Does anyone know why handlers get executed on ALL members of a group when only one member met the conditional??? See below…
Here is the pastebin info << sanitized>>
When I execute our top level playbook site.yml on a group that contains multiple hosts…even though only one host results in a “changed” status for the task…the handlers get executed on ALL members of the group
members of our_group:
host1.ourdomain.com
host2.ourdomain.com
top level playbook site.yml: