diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-01-21 16:27:33 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-01-21 16:27:33 +0100 |
commit | d400f8820ad8e824ce454d9283e2bb8d6a28cdd3 (patch) | |
tree | 03e5aa789b1e8ef9d0cec4c978d5b9adb7853598 | |
parent | 3e186b4098c9f811decc5f79bc279cfa4d3880f4 (diff) | |
download | ansible_collection-d400f8820ad8e824ce454d9283e2bb8d6a28cdd3.tar.gz |
icinga: fix postfix
-rw-r--r-- | galaxy.yml | 2 | ||||
-rw-r--r-- | roles/icinga2/tasks/postfix.yml | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ namespace: kompetenzbolzen name: stuff -version: 0.8.9 +version: 0.8.10 readme: README.md authors: - Jonas Gunz <himself@jonasgunz.de> diff --git a/roles/icinga2/tasks/postfix.yml b/roles/icinga2/tasks/postfix.yml index c3b8eb1..044a938 100644 --- a/roles/icinga2/tasks/postfix.yml +++ b/roles/icinga2/tasks/postfix.yml @@ -44,4 +44,5 @@ line: 'smtp_use_tls = yes' - reg: '^smtp_sasl_security_options\w*=.*$' line: 'smtp_sasl_security_options = noanonymous' + become: yes notify: Restart postfix |