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