浏览代码

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