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