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([]) }}"