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
+