diff --git a/group_vars/openbsd.yml b/group_vars/openbsd.yml index d1da74f..2695e29 100644 --- a/group_vars/openbsd.yml +++ b/group_vars/openbsd.yml @@ -18,4 +18,4 @@ num_cpus: 2 # extra args for virt-install virt_install_os_args: --cdrom {{ boot_url }}/openbsd/openbsd.iso virt_install_os_variant: openbsd7.4 -virt_install_python_cmd: pkg_add python3 -I -x +virt_install_python_cmd: pkg_add -I -x python