Use type for volumes

This commit is contained in:
Luke Murphy 2020-04-14 15:51:39 +02:00
parent eeada7a2a0
commit 22619ee4f9
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.src }}"
state: directory
state: "{{ item.type }}"
owner: dokku
group: dokku
with_items: "{{ config.volumes }}"