From ad230bd98bd2a819f07d777841d516564508cc7d Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 17 Sep 2020 19:20:25 +0000 Subject: [PATCH] Use new boot.foo.sh for openbsd installs --- group_vars/openbsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/openbsd.yml b/group_vars/openbsd.yml index ee53b91..be9ea36 100644 --- a/group_vars/openbsd.yml +++ b/group_vars/openbsd.yml @@ -16,5 +16,5 @@ mem_size: 256 num_cpus: 1 # extra args for virt-install -virt_install_os_args: --cdrom https://www.foo.sh/ks/openbsd/openbsd.iso +virt_install_os_args: --cdrom https://boot.foo.sh/openbsd/openbsd.iso virt_install_python_cmd: pkg_add python3 -I -x