faf: add handlers

This commit is contained in:
Miroslav Suchý 2017-03-24 11:18:56 +01:00
parent 441678689e
commit a3fe75e976

View file

@ -0,0 +1,6 @@
---
- name: restart httpd
service: name=httpd state=restarted
- name: restart firewalld
service: name=firewalld state=restarted