linux-system-roles / postfix

An ansible role which configures postfix
https://linux-system-roles.github.io/postfix/
GNU General Public License v3.0
14 stars 20 forks source link

Check each postfix_conf before applying #11

Closed alanivey closed 3 years ago

alanivey commented 5 years ago

Before this change, every addition to postfix_conf would register as a change in Ansible, even on successive runs. This will only apply a change if the value is not what the vars are set to during the playbook run.

Tested against both test plays with Ansible 2.7.10 and 2.8.0.

richm commented 3 years ago

superseded by https://github.com/linux-system-roles/postfix/pull/25