I have a playbook that looks something like this:
---
- hosts: group1
roles:
- role1
- role2
- hosts: group2
roles:
- role2
- role3
Now say I have a hosts file that has an entry like this:
[group1]
host1.example.com
[group2]
host1.example.com
Ansible will run the tasks in role2 TWICE for host1.example.com because it appears in 2 groups, and each have role2 assigned to them.
How can I make Ansible realise it has the same role included twice, and thus it should only run it once?
Thanks
--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/452eae39-22b7-4ff3-a100-dbe8854e533f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.