This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
---
|
||||
- name: GRUB mkconfig
|
||||
ansible.builtin.command: |
|
||||
grub-mkconfig -o /boot/grub/grub.cfg
|
||||
register: ret
|
||||
changed_when: ret.rc != 0
|
||||
- name: Reboot
|
||||
ansible.builtin.reboot:
|
||||
|
||||
Reference in New Issue
Block a user