From 272cf12582bbdc30990821337df57feab76cbcc4 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 16 Apr 2020 12:57:11 +0200 Subject: [PATCH] Populate files in config --- plays/commonlib/vars.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/plays/commonlib/vars.yml b/plays/commonlib/vars.yml index ba2ef25..9943ffa 100644 --- a/plays/commonlib/vars.yml +++ b/plays/commonlib/vars.yml @@ -77,6 +77,7 @@ config: dirs: "{{ hostvars[dokku.host].dirs | default([]) }}" db: "{{ hostvars[dokku.host].db | default([]) }}" + files: "{{ hostvars[dokku.host].files | default([]) }}" env: "{{ hostvars[dokku.host].env | default([]) }}" templates: "{{ hostvars[dokku.host].templates | default([]) }}" vars: "{{ hostvars[dokku.host].vars | default([]) }}"