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