소스 검색

state sollte "touch" sein, nicht "file"

Sven Velt 5 년 전
부모
커밋
1b477409f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      local.yml

+ 1 - 1
local.yml

@@ -5,5 +5,5 @@
     - name: touch file
       file:
         dest: /tmp/testfile
-        state: file
+        state: touch