2013-04-06 18:35:35 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: blippy
|
|
|
|
shell: echo notifier called, and the value of x is '{{ x }}'
|
|
|
|
|
2013-04-07 00:32:36 +02: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:
|
|
|
|
|
2013-04-13 01:02:56 +02:00
|
|
|
# - include: other.yml
|
2013-04-06 18:35:35 +02:00
|
|
|
|