forked from OpenNeo/impress-2020
6 lines
114 B
YAML
6 lines
114 B
YAML
---
|
|
- name: My task
|
|
hosts: all
|
|
tasks:
|
|
- name: Leaving a mark
|
|
command: "touch /tmp/ansible_was_here"
|