Przeglądaj źródła

state sollte "touch" sein, nicht "file"

Sven Velt 5 lat temu
rodzic
commit
1b477409f0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      local.yml

+ 1 - 1
local.yml

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