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