From 9cc32843ab2f497b4e7cdd41992913eef0c9d4b3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 29 Jan 2022 22:50:54 +0100 Subject: ele-gwhetzner: base-reinstall with debian bullseye --- roles/vm/guest/install/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/vm/guest/install/tasks') diff --git a/roles/vm/guest/install/tasks/main.yml b/roles/vm/guest/install/tasks/main.yml index ab60d222..8d52c536 100644 --- a/roles/vm/guest/install/tasks/main.yml +++ b/roles/vm/guest/install/tasks/main.yml @@ -67,7 +67,7 @@ name: vm/guest/create - debug: - msg: "you can check on the status of the installer running this command 'virsh console {{ inventory_hostname }}' on host {{ vm_host.name }}." + msg: "you can check on the status of the installer by running this command 'x-terminal-emulator -e ssh -t {{ vm_host.name }} virsh console {{ inventory_hostname }}'." - when: installer_manual_steps_msg is defined pause: -- cgit v1.2.3