cleaner syntax

This commit is contained in:
Cedric Girard 2018-07-27 11:13:10 +02:00
parent 029547ea7b
commit 5fdb4fc2d5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#default is linear
#strategy: free
vars_files:
- "{{playbook_dir}}/vars/vars.yml"
- "{{ playbook_dir }}/vars/vars.yml"
tasks:
- include_tasks: tasks/copy_files.yml
- include_tasks: tasks/delete_files.yml