9 lines
130 B
YAML
9 lines
130 B
YAML
|
---
|
||
|
|
||
|
- name: template operation
|
||
|
template: src=foo.j2 dest=/etc/motd
|
||
|
|
||
|
- action: shell echo 'hi webserver'
|
||
|
notify:
|
||
|
- blippy
|