Similar to #22, if the playbook directory has an ansible.cfg file within it that specifies a roles_path variable, it will override the system ansible.cfg definition. As such, this should read that directory for roles.
Note: this is all assuming you don't just ls the directories and assume all of them are required.
Similar to #22, if the playbook directory has an
ansible.cfg
file within it that specifies aroles_path
variable, it will override the systemansible.cfg
definition. As such, this should read that directory for roles.Note: this is all assuming you don't just
ls
the directories and assume all of them are required.