내 플레이 북에이 비트가 있습니다.전화 번호부 역할에 대한 dir 매개 변수
roles:
- {role: cleanup-create, dir: '/standard/', commit: "{{choice}}"}
파일 구조는
/roles/standard/cleanup-create/tasks/main.yml입니다 그럼에도 불구하고이 오류가 나타납니다
ERROR! the role 'cleanup-create' was not found in /home/myuser/network-ansible-myuser/roles:/home/myuser/network-ansible-myuser:/etc/ansible/roles
The error appears to have been in '/home/myuser/network-ansible-myuser/configure-files.yml': line 15, column 5, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
roles:
- {role: cleanup-create, dir: '/standard', commit: "{{choice}}"}
^here
지금, 오류 메시지가 보인다을 내 역할이/역할에서 발견되지 않았다는 것을 말하십시오. 그러나 dir 매개 변수는/roles/standard 아래에 있어야합니다.
5 분 전에 작동했습니다. 맹세코!
의 역할을 찾기 위해 여러 디렉토리를 지정할 수 있습니다. 어쩌면 잘못된 출력을 살펴 보았을 것입니다. – Quake