Adapt to more scoped config
This commit is contained in:
9
plays/predeploy/lib/templates.yml
Normal file
9
plays/predeploy/lib/templates.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Copy over template files
|
||||
template:
|
||||
src: "{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
owner: dokku
|
||||
group: dokku
|
||||
with_items: "{{ templates }}"
|
||||
when: templates is defined
|
||||
Reference in New Issue
Block a user