It's always a directory

This commit is contained in:
Luke Murphy 2020-04-16 12:22:39 +02:00
parent 96489e40db
commit 7089caee97
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"