Account for modes in volumes
This commit is contained in:
parent
6638d1ab38
commit
0430f8512a
@ -12,6 +12,6 @@
|
|||||||
- name: Attach volume mounts
|
- name: Attach volume mounts
|
||||||
dokku_storage:
|
dokku_storage:
|
||||||
app: "{{ dokku.app }}"
|
app: "{{ dokku.app }}"
|
||||||
mounts: "{{ item.src }}:{{ item.dest }}"
|
mounts: "{{ item.src }}:{{ item.dest }}:{{ item.mode | default('rw') }}"
|
||||||
with_items: "{{ config.volumes }}"
|
with_items: "{{ config.volumes }}"
|
||||||
when: config.volumes
|
when: config.volumes
|
||||||
|
Reference in New Issue
Block a user