Use type for volumes
This commit is contained in:
parent
eeada7a2a0
commit
22619ee4f9
@ -3,7 +3,7 @@
|
||||
become: true
|
||||
file:
|
||||
path: "{{ item.src }}"
|
||||
state: directory
|
||||
state: "{{ item.type }}"
|
||||
owner: dokku
|
||||
group: dokku
|
||||
with_items: "{{ config.volumes }}"
|
||||
|
Reference in New Issue
Block a user