Populate dirs folders
This commit is contained in:
parent
023465a5fa
commit
128bf5007e
@ -75,6 +75,7 @@
|
|||||||
- name: Create config variable dictionary
|
- name: Create config variable dictionary
|
||||||
set_fact:
|
set_fact:
|
||||||
config:
|
config:
|
||||||
|
dirs: "{{ hostvars[dokku.host].dirs | default([]) }}"
|
||||||
db: "{{ hostvars[dokku.host].db | default([]) }}"
|
db: "{{ hostvars[dokku.host].db | default([]) }}"
|
||||||
env: "{{ hostvars[dokku.host].env | default([]) }}"
|
env: "{{ hostvars[dokku.host].env | default([]) }}"
|
||||||
templates: "{{ hostvars[dokku.host].templates | default([]) }}"
|
templates: "{{ hostvars[dokku.host].templates | default([]) }}"
|
||||||
|
Reference in New Issue
Block a user