Hello,
When running a playbook that includes a role that is missing from the roles directory, Ansible runs the playbook without complaining (except the tasks from the missing role are not included, obviously).
Would it be possible to make ansible-playbook complain that we’re including a role that cannot be used? That would help in certain situations where using git submodules and the repository might not have been properly initialized. As it is now, the playbook runs fine and no errors are reported.
Thank you,
Giovanni