source: MondoRescue/branches/3.3/ansible/handlers/main.yml@ 3667

Last change on this file since 3667 was 3667, checked in by Bruno Cornec, 7 years ago

Many updates to MR setup

File size: 186 bytes
Line 
1---
2- name: restart httpd
3 service: name=httpd state=restarted
4
5- name: reload httpd
6 service: name=httpd state=reloaded
7
8- name: restart docker
9 service: name=docker state=restarted
Note: See TracBrowser for help on using the repository browser.