Sven Velt 9 роки тому
коміт
43fa644423
2 змінених файлів з 10 додано та 0 видалено
  1. 1 0
      .gitignore
  2. 9 0
      local.yml

+ 1 - 0
.gitignore

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

+ 9 - 0
local.yml

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