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.yml2
-rw-r--r--roles/apps/nextcloud/tasks/custom-image.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/apps/collabora/code/tasks/custom-image.yml b/roles/apps/collabora/code/tasks/custom-image.yml
index 9659fd75..b49ec667 100644
--- a/roles/apps/collabora/code/tasks/custom-image.yml
+++ b/roles/apps/collabora/code/tasks/custom-image.yml
@@ -14,7 +14,7 @@
- name: install python-docker
apt:
- name: python-docker
+ name: "{{ python_basename }}-docker"
state: present
- name: build custom image
diff --git a/roles/apps/nextcloud/tasks/custom-image.yml b/roles/apps/nextcloud/tasks/custom-image.yml
index c7e37654..6702d70b 100644
--- a/roles/apps/nextcloud/tasks/custom-image.yml
+++ b/roles/apps/nextcloud/tasks/custom-image.yml
@@ -14,7 +14,7 @@
- name: install python-docker
apt:
- name: python-docker
+ name: "{{ python_basename }}-docker"
state: present
- name: build custom image