Populate dirs folders
This commit is contained in:
parent
023465a5fa
commit
128bf5007e
@ -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([]) }}"
|
||||
|
Reference in New Issue
Block a user