Drop mode for now

This commit is contained in:
Luke Murphy 2020-04-15 13:19:51 +02:00
parent 3a5540df5f
commit a1ea62f555
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@
- name: Attach volume mounts
dokku_storage:
app: "{{ dokku.app }}"
mounts: "{{ item.src }}:{{ item.dest }}{{ ':' + item.mode | default('') }}"
mounts: "{{ item.src }}:{{ item.dest }}"
with_items: "{{ config.volumes }}"
when: config.volumes