PULL_beispiel/local.yml
2018-11-30 10:30:17 +01:00

10 lines
117 B
YAML

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