It's always a directory
This commit is contained in:
parent
96489e40db
commit
7089caee97
@ -3,7 +3,7 @@
|
|||||||
become: true
|
become: true
|
||||||
file:
|
file:
|
||||||
path: "{{ item.path }}"
|
path: "{{ item.path }}"
|
||||||
state: "{{ item.type }}"
|
state: "directory"
|
||||||
owner: "{{ item.owner | default('dokku') }}"
|
owner: "{{ item.owner | default('dokku') }}"
|
||||||
group: "{{ item.group | default('dokku') }}"
|
group: "{{ item.group | default('dokku') }}"
|
||||||
with_items: "{{ config.dirs }}"
|
with_items: "{{ config.dirs }}"
|
||||||
|
Reference in New Issue
Block a user