They are there: ansible/roles/linux/tasks/main.yml ansible/roles/linux/vars/our_groups.yml
On 11/15/2018 4:15 PM, Brian Coca wrote:
I expect the error, you are referring to the file that is not in the expected paths, it should either be in a vars/ directory adjacent to the play you are executing or you should 'include_vars' from within the 'linux' role. Ansible will not search all your roles for files, specially in roles that are not referenced in the play.
--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/12b31809-57b6-fcef-aca3-fdeddeb2faea%40gmail.com. For more options, visit https://groups.google.com/d/optout.
