add shell module

This commit is contained in:
Ruben Blanco 2024-01-09 19:27:48 +01:00
parent de01300783
commit d685ac3ef8
1 changed files with 5 additions and 0 deletions

View File

@ -18,4 +18,9 @@
path: "{{ path_hot_plug_grub }}"
line: "{{ line_hot_plug_grub }}"
create: yes
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- name: Execute the command update-grub in remote shell
ansible.builtin.shell: update-grub
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++