Add handlers back to common role

This commit is contained in:
Salt 2021-01-23 18:45:32 -06:00
parent 7e8e9563fd
commit acec77ca5b

View 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