call update-grub after changing config
[noc.git] / ansible / roles / base / handlers / main.yml
1 ---
2 - name: restart ssh
3   service:
4     name: ssh
5     state: restarted
6
7 - name: restart openntpd
8   service:
9     name: openntpd
10     state: restarted
11
12 - name: update grub
13   command: update-grub