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