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
+