Fix the grub default path also in the task that adds the configuration.

This commit is contained in:
Andrea Dell'Amico 2024-07-15 14:05:32 +02:00
parent e6fc3d76b9
commit 8a9e104b99
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
- name: grub_cmdline_parameters | Install the grub command line configuration - name: grub_cmdline_parameters | Install the grub command line configuration
ansible.builtin.template: ansible.builtin.template:
src: grub_cmdline.cfg.j2 src: grub_cmdline.cfg.j2
dest: /etc/grub.d/99-grub-ansible-cmdline.cfg dest: /etc/default/grub.d/99-grub-ansible-cmdline.cfg
owner: root owner: root
group: root group: root
mode: "0644" mode: "0644"