summaryrefslogtreecommitdiff
path: root/roles/apps/nextcloud/tasks/custom-image.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/apps/nextcloud/tasks/custom-image.yml')
-rw-r--r--roles/apps/nextcloud/tasks/custom-image.yml2
1 files changed, 1 insertions, 1 deletions
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