From ff3d076c20462ec941f53573236582c3d108698f Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Sat, 11 Feb 2023 17:02:12 +0000 Subject: [PATCH] Fix OpenBSD osinfo --- group_vars/openbsd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/group_vars/openbsd.yml b/group_vars/openbsd.yml index a6243fd..51337c9 100644 --- a/group_vars/openbsd.yml +++ b/group_vars/openbsd.yml @@ -17,4 +17,5 @@ num_cpus: 2 # extra args for virt-install virt_install_os_args: --cdrom {{ boot_url }}/openbsd/openbsd.iso +virt_install_os_variant: openbsd7.0 virt_install_python_cmd: pkg_add python3 -I -x