Set sebooleans so mirrormanager can send exception mails
This commit is contained in:
parent
10f031ccfb
commit
012c6e36b2
1 changed files with 8 additions and 0 deletions
|
@ -50,6 +50,14 @@
|
||||||
- mm2_frontend
|
- mm2_frontend
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
- name: set sebooleans so mirrormanager can send exception mails
|
||||||
|
action: seboolean name=httpd_can_sendmail
|
||||||
|
state=true
|
||||||
|
persistent=true
|
||||||
|
tags:
|
||||||
|
- mm2_frontend
|
||||||
|
- config
|
||||||
|
|
||||||
- name: startup apache
|
- name: startup apache
|
||||||
service: name=httpd enabled=yes state=started
|
service: name=httpd enabled=yes state=started
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue