mirror of
https://github.com/roles-ansible/ansible_role_rtl_nic_firmware.git
synced 2024-08-16 13:39:50 +02:00
7 lines
139 B
YAML
7 lines
139 B
YAML
---
|
|
- name: update initramfs
|
|
become: true
|
|
listen: update initrd
|
|
ansible.builtin.command:
|
|
cmd: >
|
|
update-initramfs -k all -u
|