if a role has an include_role like the below:
- name: clone role
include_role:
name: git_clone
rolecule fails.
ERROR! the role 'git_clone' was not found in /etc/ansible/roles/regina/tests/roles:/etc/ansible/roles:/etc/ansible/roles/regina/tests
The error appears to be in '/etc/ansible/roles/regina/tasks/main.yml': line 10, column 11, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
include_role:
name: git_clone
^ here
these should be mounted in the same way local dependencies in meta/main.yml are.
if a role has an
include_rolelike the below:rolecule fails.
these should be mounted in the same way local dependencies in meta/main.yml are.