ansible/roles/desktop/handlers/main.yml

6 lines
136 B
YAML
Raw Normal View History

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