I finaly found a workaround :
ansible seems to lookup in tasks directory (even symlinks)
/etc/ansible/specific_utils/
├── utils_stuff1.yml
└── utils_stuff2.yml
/etc/ansible/common/
├── common_stuff1.yml
└── common_stuff2.yml
/path/to/your/ansible/workdir
├── tasks -> ../../../../etc/ansible/common
└── your_role
└── tasks
├── main.yml
└── tasks -> ../../../../../../../etc/ansible/specific_utils
--
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/1397ae0e-8b3e-41c0-ac68-f21a32180e49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.