Oefenweb / ansible-postfix

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

Fixed order of handlers #43

Closed mvdriel closed 6 years ago

mvdriel commented 6 years ago

Handlers are run in the order they are listed, not in the order that they are notified.

see: https://docs.ansible.com/ansible/latest/reference_appendices/glossary.html#notify

tersmitten commented 6 years ago

What is the bug you are trying to fix?

mvdriel commented 6 years ago

The order the handlers are executed. This is now:

So the new aliases are not (yet) applied.

tersmitten commented 6 years ago

Which Ansible version are you using?

mvdriel commented 6 years ago

2.5.4 :)

tersmitten commented 6 years ago

Living on the edge