From 128bf5007e5f2ec1158ec690189225484d24700e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 16 Apr 2020 12:56:54 +0200 Subject: [PATCH] Populate dirs folders --- plays/commonlib/vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/plays/commonlib/vars.yml b/plays/commonlib/vars.yml index bc147ce..ba2ef25 100644 --- a/plays/commonlib/vars.yml +++ b/plays/commonlib/vars.yml @@ -75,6 +75,7 @@ - name: Create config variable dictionary set_fact: config: + dirs: "{{ hostvars[dokku.host].dirs | default([]) }}" db: "{{ hostvars[dokku.host].db | default([]) }}" env: "{{ hostvars[dokku.host].env | default([]) }}" templates: "{{ hostvars[dokku.host].templates | default([]) }}"