Fix the grub default path also in the task that adds the configuration.
This commit is contained in:
parent
e6fc3d76b9
commit
8a9e104b99
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue