This website works better with JavaScript
홈
탐색
도움말
로그인
velt.biz
/
ansible-pull_beispiel
Watch
2
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
소스 검색
state sollte "touch" sein, nicht "file"
Sven Velt
5 년 전
부모
1a3de9c09d
커밋
1b477409f0
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
1
1
local.yml
+ 1
- 1
local.yml
파일 보기
@@ -5,5 +5,5 @@
- name: touch file
file:
dest: /tmp/testfile
- state:
file
+ state:
touch