diff options
author | zsdc <taras@vyos.io> | 2024-03-15 15:06:48 +0200 |
---|---|---|
committer | zdc <zdc@users.noreply.github.com> | 2024-03-15 15:09:22 +0200 |
commit | 822a5931b5a6dc26937ff7d63951af3da76e6e6a (patch) | |
tree | 03c9d0ea7a5ba4168fa79906311b8911d971d1f2 /roles/install-grub-v2 | |
parent | 425b808028a993a6ca13196ad6ad7b9daf358518 (diff) | |
download | vyos-vm-images-822a5931b5a6dc26937ff7d63951af3da76e6e6a.tar.gz vyos-vm-images-822a5931b5a6dc26937ff7d63951af3da76e6e6a.zip |
It was used for debugging and left accidentally in the code.
Diffstat (limited to 'roles/install-grub-v2')
-rw-r--r-- | roles/install-grub-v2/tasks/main.yml | 4 |
1 files changed, 0 insertions, 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: |