Populate dirs folders

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

View File

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