aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2022-01-21 16:27:33 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2022-01-21 16:27:33 +0100
commitd400f8820ad8e824ce454d9283e2bb8d6a28cdd3 (patch)
tree03e5aa789b1e8ef9d0cec4c978d5b9adb7853598
parent3e186b4098c9f811decc5f79bc279cfa4d3880f4 (diff)
downloadansible_collection-d400f8820ad8e824ce454d9283e2bb8d6a28cdd3.tar.gz
icinga: fix postfix
-rw-r--r--galaxy.yml2
-rw-r--r--roles/icinga2/tasks/postfix.yml1
2 files changed, 2 insertions, 1 deletions
diff --git a/galaxy.yml b/galaxy.yml
index 5614156..a252349 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -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