This website works better with JavaScript
Home
Explore
Help
Sign In
velt.biz
/
ansible-pull_beispiel
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
state sollte "touch" sein, nicht "file"
Sven Velt
5 years ago
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
View File
@@ -5,5 +5,5 @@
- name: touch file
file:
dest: /tmp/testfile
- state:
file
+ state:
touch