Populate files in config

This commit is contained in:
Luke Murphy 2020-04-16 12:57:11 +02:00
parent 128bf5007e
commit 272cf12582
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

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