This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
velt.biz
/
ansible-pull_beispiel
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Browse Source
state sollte "touch" sein, nicht "file"
Sven Velt
5 năm trước cách đây
mục cha
1a3de9c09d
commit
1b477409f0
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
local.yml
+ 1
- 1
local.yml
Xem Tập Tin
@@ -5,5 +5,5 @@
- name: touch file
file:
dest: /tmp/testfile
- state:
file
+ state:
touch