Fix the grub default config path.

This commit is contained in:
Andrea Dell'Amico 2024-07-12 17:27:29 +02:00
parent d4ce7432b7
commit e6fc3d76b9
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@
when: configure_grub_cmdline_parameters when: configure_grub_cmdline_parameters
- name: grub_cmdline_parameters | Remove the custom grub command line configuration - name: grub_cmdline_parameters | Remove the custom grub command line configuration
ansible.builtin.file: ansible.builtin.file:
dest: /etc/grub.d/99-grub-ansible-cmdline.cfg dest: /etc/default/grub.d/99-grub-ansible-cmdline.cfg
state: absent state: absent
when: not configure_grub_cmdline_parameters when: not configure_grub_cmdline_parameters