From 2e670c34ac2feb57645824fc0f5771d93444e617 Mon Sep 17 00:00:00 2001 From: rubenb Date: Thu, 26 Oct 2023 13:44:36 +0200 Subject: [PATCH] update without comments --- roles/config-base-debian-os/handlers/main.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/config-base-debian-os/handlers/main.yaml b/roles/config-base-debian-os/handlers/main.yaml index cbb85c3..459ccee 100644 --- a/roles/config-base-debian-os/handlers/main.yaml +++ b/roles/config-base-debian-os/handlers/main.yaml @@ -12,7 +12,5 @@ state: restarted # update grub -#- name: update grub config - name: grub register - command: update-grub - # when: grub_register.changed \ No newline at end of file + command: update-grub \ No newline at end of file