summaryrefslogtreecommitdiff
path: root/roles/apps
diff options
context:
space:
mode:
Diffstat (limited to 'roles/apps')
-rw-r--r--roles/apps/collabora/code/tasks/custom-image.yml5
-rw-r--r--roles/apps/nextcloud/tasks/custom-image.yml5
2 files changed, 0 insertions, 10 deletions
diff --git a/roles/apps/collabora/code/tasks/custom-image.yml b/roles/apps/collabora/code/tasks/custom-image.yml
index b49ec667..38c453fa 100644
--- a/roles/apps/collabora/code/tasks/custom-image.yml
+++ b/roles/apps/collabora/code/tasks/custom-image.yml
@@ -12,11 +12,6 @@
dest: "{{ collabora_code_base_path }}/{{ item.key }}/build/Dockerfile"
register: nextcloud_custom_image_docker
-- name: install python-docker
- apt:
- name: "{{ python_basename }}-docker"
- state: present
-
- name: build custom image
docker_image:
name: "collabora/code/{{ item.key }}:{{ item.value.version }}"
diff --git a/roles/apps/nextcloud/tasks/custom-image.yml b/roles/apps/nextcloud/tasks/custom-image.yml
index 5aac75e0..3d9e31d1 100644
--- a/roles/apps/nextcloud/tasks/custom-image.yml
+++ b/roles/apps/nextcloud/tasks/custom-image.yml
@@ -19,11 +19,6 @@
dest: "{{ nextcloud_base_path }}/{{ item.key }}/build/Dockerfile"
register: nextcloud_custom_image_docker
-- name: install python-docker
- apt:
- name: "{{ python_basename }}-docker"
- state: present
-
- name: build custom image
docker_image:
name: "nextcloud/{{ item.key }}:{{ item.value.version }}"