Allow to specify user
This commit is contained in:
parent
a1ea62f555
commit
feba80a79f
@ -4,8 +4,8 @@
|
|||||||
file:
|
file:
|
||||||
path: "{{ item.src }}"
|
path: "{{ item.src }}"
|
||||||
state: "{{ item.type }}"
|
state: "{{ item.type }}"
|
||||||
owner: dokku
|
owner: "{{ item.owner | default('dokku') }}"
|
||||||
group: dokku
|
group: "{{ item.group | default('dokku') }}"
|
||||||
with_items: "{{ config.volumes }}"
|
with_items: "{{ config.volumes }}"
|
||||||
when:
|
when:
|
||||||
- config.volumes
|
- config.volumes
|
||||||
|
Reference in New Issue
Block a user