commit 43fa644423515720ff9fb92a3959ab4e1ac9277b Author: Sven Velt Date: Wed Apr 20 20:30:39 2016 +0200 Initial diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a8b42eb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.retry diff --git a/local.yml b/local.yml new file mode 100644 index 0000000..f5b446e --- /dev/null +++ b/local.yml @@ -0,0 +1,9 @@ +--- +- hosts: all + tasks: + + - name: touch file + file: + dest: /tmp/testfile + state: touch +