python-discord / infra

Infrastructure for Python Discord
https://docs.pydis.wtf
MIT License
14 stars 4 forks source link

Swap saslauthd to mount outside of postfix #524

Closed jchristgit closed 2 months ago

jchristgit commented 2 months ago

Closes #474.

jchristgit commented 2 months ago

Applied in main - thanks.

jchristgit commented 2 months ago

Would it not make sense to use changed_when: true here?

Ansible reports that by default for command invocations, doesn't it?

jb3 commented 2 months ago

Potentially, I'm just going by the advised remediations in the ansible-lint docs so we wouldn't have to noqa, changed_when: true is what we do elsewhere.

https://ansible.readthedocs.io/projects/lint/rules/no-changed-when/