cleaner syntax
This commit is contained in:
parent
029547ea7b
commit
5fdb4fc2d5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
#default is linear
|
#default is linear
|
||||||
#strategy: free
|
#strategy: free
|
||||||
vars_files:
|
vars_files:
|
||||||
- "{{playbook_dir}}/vars/vars.yml"
|
- "{{ playbook_dir }}/vars/vars.yml"
|
||||||
tasks:
|
tasks:
|
||||||
- include_tasks: tasks/copy_files.yml
|
- include_tasks: tasks/copy_files.yml
|
||||||
- include_tasks: tasks/delete_files.yml
|
- include_tasks: tasks/delete_files.yml
|
||||||
|
|
Loading…
Reference in a new issue