PULL_beispiel/local.yml
2019-06-07 10:48:09 +02:00

10 lines
118 B
YAML

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