add shell module
This commit is contained in:
parent
de01300783
commit
d685ac3ef8
|
@ -18,4 +18,9 @@
|
||||||
path: "{{ path_hot_plug_grub }}"
|
path: "{{ path_hot_plug_grub }}"
|
||||||
line: "{{ line_hot_plug_grub }}"
|
line: "{{ line_hot_plug_grub }}"
|
||||||
create: yes
|
create: yes
|
||||||
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
|
||||||
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
- name: Execute the command update-grub in remote shell
|
||||||
|
ansible.builtin.shell: update-grub
|
||||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
Loading…
Reference in New Issue