This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
velt.biz
/
ansible-pull_beispiel
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Browse Source
state sollte "touch" sein, nicht "file"
Sven Velt
5 years atrás
parent
1a3de9c09d
commit
1b477409f0
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
local.yml
+ 1
- 1
local.yml
Ver Ficheiro
@@ -5,5 +5,5 @@
- name: touch file
file:
dest: /tmp/testfile
- state:
file
+ state:
touch