From d685ac3ef8224b46043d7e5d93ad8036e95576e0 Mon Sep 17 00:00:00 2001 From: rubenb Date: Tue, 9 Jan 2024 19:27:48 +0100 Subject: [PATCH] add shell module --- roles/config-hot-plug/tasks/main.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/config-hot-plug/tasks/main.yaml b/roles/config-hot-plug/tasks/main.yaml index 0550a7b..3e50a6b 100644 --- a/roles/config-hot-plug/tasks/main.yaml +++ b/roles/config-hot-plug/tasks/main.yaml @@ -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 # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ \ No newline at end of file