summaryrefslogtreecommitdiff
path: root/roles/vm/guest/install/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/vm/guest/install/tasks/main.yml')
-rw-r--r--roles/vm/guest/install/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
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: