PULL_beispiel/local.yml
2016-04-20 20:30:39 +02:00

10 lines
112 B
YAML

---
- hosts: all
tasks:
- name: touch file
file:
dest: /tmp/testfile
state: touch