diff --git a/roles/lmn_vm/files/vm-run b/roles/lmn_vm/files/vm-run index 5307c68..700a0ab 100755 --- a/roles/lmn_vm/files/vm-run +++ b/roles/lmn_vm/files/vm-run @@ -216,7 +216,7 @@ while true; do shift ;; -o | --options ) - LIBVIRTOPTS="${LIBVIRTOPTS} $2" + LIBVIRTOPTS=$2 shift 2 ;; --no-viewer ) diff --git a/roles/lmn_vm/tasks/main.yml b/roles/lmn_vm/tasks/main.yml index a3ce960..a39325a 100644 --- a/roles/lmn_vm/tasks/main.yml +++ b/roles/lmn_vm/tasks/main.yml @@ -18,7 +18,6 @@ - mktorrent - libvirt-daemon-system - virt-manager - - virt-viewer - dialog # for vm-netboot menu # - name: allow all users to use VMs