ansible/examples/playbooks/roles/foo/tasks/main.yml

10 lines
174 B
YAML
Raw Normal View History

2013-04-06 18:35:35 +02:00
---
- name: copy operation
copy: src=foo.txt dest=/tmp/roles_test1.txt
- name: template operation
template: src=foo.j2 dest=/tmp/roles_test2.txt
notify:
- blippy