source: MondoRescue/branches/3.3/ansible/roles/system/handlers/main.yml@ 3668

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

Adds system role and fix many other ones

File size: 190 bytes
Line 
1---
2- name: restart urpmi
3 command: /usr/local/bin/addmedia
4
5- name: restart sshd
6 service: name=sshd state=restarted
7
8- name: restart sshutout
9 service: name=sshutout state=restarted
10
Note: See TracBrowser for help on using the repository browser.