Add handlers back to desktop role

*sigh*
This commit is contained in:
Salt 2021-02-16 05:59:58 -06:00
parent fdfe16a5d3
commit e210e61cce

View File

@ -0,0 +1,5 @@
#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
- name: regen initramfs
command: /usr/sbin/update-initramfs -c -k all
become: yes