From 822a5931b5a6dc26937ff7d63951af3da76e6e6a Mon Sep 17 00:00:00 2001 From: zsdc Date: Fri, 15 Mar 2024 15:06:48 +0200 Subject: Removed needless pause action in GRUB install It was used for debugging and left accidentally in the code. --- roles/install-grub-v2/tasks/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/install-grub-v2/tasks/main.yml b/roles/install-grub-v2/tasks/main.yml index 32a57b7..69d0ef3 100644 --- a/roles/install-grub-v2/tasks/main.yml +++ b/roles/install-grub-v2/tasks/main.yml @@ -20,10 +20,6 @@ boot: no when: partition_num_efi is defined -- name: Pause - pause: - prompt: "Continue?" - - name: Copy installer become: true copy: -- cgit v1.2.3