Oefenweb / ansible-postfix

Ansible role to set up postfix in Debian-like systems
MIT License
173 stars 82 forks source link

Use handler listeners #69

Closed evilhamsterman closed 4 years ago

evilhamsterman commented 5 years ago

The best practice for running multiple handlers on one notify is using listeners.

evilhamsterman commented 4 years ago

Trying to close out old PRs. Do you think this'll be merged soon?

tersmitten commented 4 years ago

Are you confident that it works?

evilhamsterman commented 4 years ago

Listeners were introduced in Ansible 2.2 https://docs.ansible.com/ansible/latest/user_guide/playbooks_intro.html#handlers-running-operations-on-change, I've been using this PR myself