Fix: aws
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 14s

This commit is contained in:
2024-12-20 22:34:05 +08:00
parent c5e237b9ff
commit c014a0b76e
17 changed files with 199 additions and 68 deletions

View File

@@ -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: