Move to dictionary vars strategy
This commit is contained in:
@ -5,5 +5,5 @@
|
||||
dest: "{{ item.dest }}"
|
||||
owner: dokku
|
||||
group: dokku
|
||||
with_items: "{{ templates }}"
|
||||
when: templates is defined
|
||||
with_items: "{{ config.templates }}"
|
||||
when: config.templates
|
||||
|
||||
Reference in New Issue
Block a user