This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
velt.biz
/
ansible-pull_beispiel
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
state sollte "touch" sein, nicht "file"
Sven Velt
5 anos atrás
pai
1a3de9c09d
commit
1b477409f0
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
local.yml
+ 1
- 1
local.yml
Ver arquivo
@@ -5,5 +5,5 @@
- name: touch file
file:
dest: /tmp/testfile
- state:
file
+ state:
touch