7 lines
192 B
YAML
7 lines
192 B
YAML
|
---
|
||
|
- name: update initramfs
|
||
|
ansible.builtin.command: "update-initramfs -u"
|
||
|
# register: restart_required
|
||
|
|
||
|
- name: trigger udev add
|
||
|
ansible.builtin.command: "udevadm trigger --action=add"
|