PULL_beispiel/local.yml
2016-04-20 20:41:59 +02:00

10 lines
111 B
YAML

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