From e6fc3d76b960c05c60916a9261318e56215e8bc7 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico <andrea.dellamico@isti.cnr.it> Date: Fri, 12 Jul 2024 17:27:29 +0200 Subject: [PATCH] Fix the grub default config path. --- tasks/grub_cmdline_parameters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/grub_cmdline_parameters.yml b/tasks/grub_cmdline_parameters.yml index 5a655b3..d6ac2f3 100644 --- a/tasks/grub_cmdline_parameters.yml +++ b/tasks/grub_cmdline_parameters.yml @@ -13,6 +13,6 @@ when: configure_grub_cmdline_parameters - name: grub_cmdline_parameters | Remove the custom grub command line configuration ansible.builtin.file: - dest: /etc/grub.d/99-grub-ansible-cmdline.cfg + dest: /etc/default/grub.d/99-grub-ansible-cmdline.cfg state: absent when: not configure_grub_cmdline_parameters