Signum / ispmail-bullseye-ansible

Ansible playbooks to set up a mail server according to the ISPmail guide at workaround.org / https://workaround.org/ispmail/bullseye/
26 stars 14 forks source link

postconf invocations aren't idempotent #3

Open tim-seoss opened 2 years ago

tim-seoss commented 2 years ago

I noticed that the invocations of postconf aren't idempotent (so that the state is always listed as changed to ansible, even when it's not). I wondered about maybe using a postconf specific module to overcome this limitation (e.g. https://github.com/alet/ansible-postconf bug other approaches are probably possible too). Any thoughts?