diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-01-21 15:51:57 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-01-21 15:51:57 +0100 |
commit | d2864ab4eb221007ce3647d22c1d3e334e6134cc (patch) | |
tree | 0eec37bb18f2bbe3ebcfb67703e00749f3934826 /roles/icinga2/tasks/postfix.yml | |
parent | cb690eada5141f9abade617157ecda9a4e4f0533 (diff) | |
download | ansible_collection-d2864ab4eb221007ce3647d22c1d3e334e6134cc.tar.gz |
icinga: modify
Diffstat (limited to 'roles/icinga2/tasks/postfix.yml')
-rw-r--r-- | roles/icinga2/tasks/postfix.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/icinga2/tasks/postfix.yml b/roles/icinga2/tasks/postfix.yml index e71cc1d..c3b8eb1 100644 --- a/roles/icinga2/tasks/postfix.yml +++ b/roles/icinga2/tasks/postfix.yml @@ -26,7 +26,6 @@ become: yes when: bysender.changed -# sudo apt install libsasl2-modules sasl2-bin - name: postfix config lineinfile: path: /etc/postfix/main.cf @@ -46,4 +45,3 @@ - reg: '^smtp_sasl_security_options\w*=.*$' line: 'smtp_sasl_security_options = noanonymous' notify: Restart postfix - become: yes |