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