My Postfix playbook sends a test email via the mail module. However this fails because postfix has not reloaded the configuration. I now have a manual service restart action in the playbook, however I was wondering if it is possible to have a notify handler executed during a playbook, not at the end of a playbook?
--
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.
For more options, visit https://groups.google.com/groups/opt_out.
Why not make the mail a handler also?
Brian Coca