summaryrefslogtreecommitdiff
path: root/roles/vm
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-12-26 14:41:44 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-12-26 14:41:44 +0100
commit0b25de101de1cc1a43ae47edfd89d43ae28a642d (patch)
tree47485907e2fcb2dda6aa439a131c91171512af32 /roles/vm
parentopenbsd: add site.tgz to further customize the installation (diff)
openbsd installer runs thtrough now
Diffstat (limited to 'roles/vm')
-rw-r--r--roles/vm/install/tasks/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/vm/install/tasks/main.yml b/roles/vm/install/tasks/main.yml
index ab94d4e5..bc31967a 100644
--- a/roles/vm/install/tasks/main.yml
+++ b/roles/vm/install/tasks/main.yml
@@ -62,6 +62,15 @@
- debug:
msg: "you can check on the status of the installer running this command 'virsh console {{ hostname }}' on host {{ inventory_hostname }}."
+ - when: installer_manual_steps_msg is defined
+ pause:
+ prompt: |
+ Mind that this installer needs manual steps to be performed:
+
+ {{ installer_manual_steps_msg | indent(2) }}
+
+ When done press enter to continue or Ctrl-C + 'A' to abort.
+
- name: wait for installer to finish or crash
wait_for_virt:
name: "{{ hostname }}"