This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
velt.biz
/
ansible-pull_beispiel
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
state sollte "touch" sein, nicht "file"
Sven Velt
hace 5 años
padre
1a3de9c09d
commit
1b477409f0
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
local.yml
+ 1
- 1
local.yml
Ver fichero
@@ -5,5 +5,5 @@
- name: touch file
file:
dest: /tmp/testfile
- state:
file
+ state:
touch