From 34a7bf412a78d8c2e259d631ec770047fe5b311d Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 18 Oct 2024 14:26:36 +0200 Subject: feat(ansible): Ubuntu 24.04 Signed-off-by: Peter Mikus Change-Id: Id486cbf0cdade79450912b54c068a3287c4edd36 --- fdio.infra.ansible/roles/performance_tuning/handlers/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fdio.infra.ansible/roles/performance_tuning/handlers/main.yaml') diff --git a/fdio.infra.ansible/roles/performance_tuning/handlers/main.yaml b/fdio.infra.ansible/roles/performance_tuning/handlers/main.yaml index 5a48fc37b4..d92ca0ed41 100644 --- a/fdio.infra.ansible/roles/performance_tuning/handlers/main.yaml +++ b/fdio.infra.ansible/roles/performance_tuning/handlers/main.yaml @@ -1,12 +1,12 @@ --- # file handlers/main.yaml -- name: Update GRUB +- name: "Update GRUB" ansible.builtin.command: update-grub tags: - update-grub -- name: Reboot Server +- name: "Reboot Server" ansible.builtin.reboot: reboot_timeout: 3600 tags: -- cgit 1.2.3-korg