Remove GRUB config from base role

This is not actually ideal.
This commit is contained in:
2023-09-01 15:42:25 -04:00
parent 4666db17cb
commit e53342474c
2 changed files with 0 additions and 18 deletions

View File

@ -527,14 +527,6 @@
mode: 0755
tags: base-backups
- name: install GRUB configuration
template:
src: etc/default/grub.j2
dest: /etc/default/grub
notify:
- update grub
tags: base-grub
- name: install IPMI network interfaces fragment
template:
src: etc/network/interfaces.d/ipmi.j2