Var naming fix
This commit is contained in:
parent
aa5fa939a2
commit
7b576b5ab5
@ -27,9 +27,9 @@
|
|||||||
|
|
||||||
- name: Update ReaR Grub menu item
|
- name: Update ReaR Grub menu item
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: "{{ rear_grub_conf }}"
|
path: "{{ rear_vars_grub_conf }}"
|
||||||
regexp: '^menuentry '
|
regexp: '^menuentry '
|
||||||
line: "menuentry '{{ rear_grub_label }}' --class os {"
|
line: "menuentry '{{ rear_vars_grub_label }}' --class os {"
|
||||||
state: present
|
state: present
|
||||||
notify: Update Grub
|
notify: Update Grub
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user