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 /roles/icinga2/tasks/postfix.yml | |
parent | 3e186b4098c9f811decc5f79bc279cfa4d3880f4 (diff) | |
download | ansible_collection-d400f8820ad8e824ce454d9283e2bb8d6a28cdd3.tar.gz |
icinga: fix postfix
Diffstat (limited to 'roles/icinga2/tasks/postfix.yml')
-rw-r--r-- | roles/icinga2/tasks/postfix.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |