PULL_beispiel/local.yml

10 lines
112 B
YAML
Raw Normal View History

2016-04-20 18:30:39 +00:00
---
- hosts: all
tasks:
- name: touch file
file:
dest: /tmp/testfile
state: touch