13 lines
214 B
YAML
13 lines
214 B
YAML
- name: Update initramfs
|
|
listen:
|
|
- update initramfs
|
|
- update initrd
|
|
ansible.builtin.command:
|
|
cmd: >
|
|
update-initramfs -k all -u
|
|
|
|
- name: Reboot
|
|
listen:
|
|
- reboot
|
|
ansible.builtin.reboot:
|