When using roles, or other includes, the path to DWIM inside is the path of the task include

file.
This commit is contained in:
Michael DeHaan
2013-04-06 18:32:36 -04:00
parent f88d13acf9
commit f044fc344b
2 changed files with 11 additions and 3 deletions

View File

@@ -3,4 +3,8 @@
- name: blippy
shell: echo notifier called, and the value of x is '{{ x }}'
# within a role, it's possible to include other task files as well. By default, we
# can reference files in the same directory without doing anything special:
- include: other.yml