2013-04-06 12:35:35 -04:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: blippy
|
|
|
|
shell: echo notifier called, and the value of x is '{{ x }}'
|
|
|
|
|
2013-04-06 18:32:36 -04:00
|
|
|
# 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
|
2013-04-06 12:35:35 -04:00
|
|
|
|