impress-2020/deploy/setup.yml

7 lines
114 B
YAML
Raw Normal View History

---
- name: My task
hosts: all
tasks:
- name: Leaving a mark
command: "touch /tmp/ansible_was_here"