5 lines
84 B
YAML
5 lines
84 B
YAML
|
|
---
|
||
|
|
- name: Update grub
|
||
|
|
ansible.builtin.command: update-grub
|
||
|
|
changed_when: true
|