Drop mode for now
This commit is contained in:
parent
3a5540df5f
commit
a1ea62f555
@ -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
|
||||
|
Reference in New Issue
Block a user