faf: add handlers
This commit is contained in:
parent
441678689e
commit
a3fe75e976
1 changed files with 6 additions and 0 deletions
6
roles/abrt/abrt-local/handlers/main.yml
Normal file
6
roles/abrt/abrt-local/handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: restart httpd
|
||||
service: name=httpd state=restarted
|
||||
|
||||
- name: restart firewalld
|
||||
service: name=firewalld state=restarted
|
Loading…
Add table
Add a link
Reference in a new issue