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

role is not idempotent #21

Closed BoomerB closed 3 years ago

BoomerB commented 3 years ago

we run the role in regular intervals and with each invocation /etc/postfix/main.cf is changed with

# Last modified: {{ ansible_date_time.date }}

this behavior was removed from {{ ansible_managed }} and now re-introduced with a separate task.

richm commented 3 years ago

closed - fixed via https://github.com/linux-system-roles/postfix/pull/22