Sfoglia il codice sorgente

state sollte "touch" sein, nicht "file"

Sven Velt 5 anni fa
parent
commit
1b477409f0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      local.yml

+ 1 - 1
local.yml

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