This commit is contained in:
Sven Velt 2016-04-20 20:30:39 +02:00
commit 43fa644423
2 changed files with 10 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.retry

9
local.yml Normal file
View file

@ -0,0 +1,9 @@
---
- hosts: all
tasks:
- name: touch file
file:
dest: /tmp/testfile
state: touch