From 7089caee9714c7af8b52baa021256df58afdf6c7 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 16 Apr 2020 12:22:39 +0200 Subject: [PATCH] It's always a directory --- plays/predeploy/lib/dirs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plays/predeploy/lib/dirs.yml b/plays/predeploy/lib/dirs.yml index 033cc7d..d477e4e 100644 --- a/plays/predeploy/lib/dirs.yml +++ b/plays/predeploy/lib/dirs.yml @@ -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 }}"