More robust way to install python to hosts
This commit is contained in:
parent
78ac8fc6f4
commit
e716951798
2 changed files with 9 additions and 7 deletions
|
@ -15,4 +15,8 @@ num_cpus: 2
|
|||
# extra args for virt-install
|
||||
virt_install_os_args: --cdrom {{ boot_url }}/openbsd/openbsd.iso
|
||||
virt_install_os_variant: openbsd7.6
|
||||
virt_install_python_cmd: pkg_add -I -x python%3
|
||||
virt_install_python_cmd:
|
||||
- pkg_add
|
||||
- -I
|
||||
- -x
|
||||
- python%3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue