2
답변 : 왜 파일 모듈을 건너 뛰는가?
다음과 같은 작업을 수행 할 수있는 1.1 개의 플레이 북이 있습니다. - name: copy files sudo: True shell: cp /from/* /to/ - name: change owner sudo: True file: path=$item owner=newuser group=newgroup with_fileglob: /to/* 두 번째 작업 인 "소유자 변경"은 항상 건너 뜁니다. 아무도 이유를 찾는 데 도움을 줄 수 있습니까? …
8
ansible