From e432f1688f8b860c0ae5634e5ffbdd896b9f21c4 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Fri, 22 Jun 2018 00:39:44 +0000 Subject: [PATCH] Magazine needs to be able to email editors, this is what was broken --- playbooks/hosts/magazine2.fedorainfracloud.org.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/hosts/magazine2.fedorainfracloud.org.yml b/playbooks/hosts/magazine2.fedorainfracloud.org.yml index c950888763..6e0414b193 100644 --- a/playbooks/hosts/magazine2.fedorainfracloud.org.yml +++ b/playbooks/hosts/magazine2.fedorainfracloud.org.yml @@ -54,6 +54,9 @@ - name: enable local postfix service service: name=postfix enabled=yes state=started + - name: allow httpd to send mail + seboolean: name=httpd_can_sendmail state=true persistent=true + roles: - basessh - nagios_client