diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-10-23 14:47:15 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-10-23 14:47:15 +0200 |
commit | 9e288a60873a4ae4dcde64c15ca5acedf0b23be0 (patch) | |
tree | adcca18dd72d874d2055416b9d0260f24bbbfa86 /roles/apps/nextcloud | |
parent | clean up mysql role (diff) |
install python-docker together witch engine
Diffstat (limited to 'roles/apps/nextcloud')
-rw-r--r-- | roles/apps/nextcloud/tasks/custom-image.yml | 5 |
1 files changed, 0 insertions, 5 deletions
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 }}" |