Add handlers back to common role
This commit is contained in:
parent
7e8e9563fd
commit
acec77ca5b
8
roles/common/handlers/main.yml
Normal file
8
roles/common/handlers/main.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/env ansible-playbook
|
||||||
|
# vim:ft=ansible:
|
||||||
|
- name: restart cron
|
||||||
|
service: name=cron state=restarted
|
||||||
|
become: yes
|
||||||
|
- name: regen initramfs
|
||||||
|
command: /usr/sbin/update-initramfs -c -k all
|
||||||
|
become: yes
|
Loading…
Reference in New Issue
Block a user