From ad6ad34a46328f9ce24ae5cfe19f7d7154ffc937 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 17 May 2021 18:32:44 +0200 Subject: openbsd 6.9 --- roles/installer/openbsd/autoinstall/templates/install.site.j2 | 2 +- roles/installer/openbsd/fetch/vars/main.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'roles') diff --git a/roles/installer/openbsd/autoinstall/templates/install.site.j2 b/roles/installer/openbsd/autoinstall/templates/install.site.j2 index ddf53d46..3608c9a4 100644 --- a/roles/installer/openbsd/autoinstall/templates/install.site.j2 +++ b/roles/installer/openbsd/autoinstall/templates/install.site.j2 @@ -14,7 +14,7 @@ sed -e 's/^\(\s*#*\s*Port.*\)/Port {{ ansible_port }}/' -i /etc/ssh/sshd_config {% endif %} echo "Installing python" -pkg_add -Im python%3.7 +pkg_add -Im python3 echo "Disable sndiod service on first boot" cat <> /etc/rc.firsttime diff --git a/roles/installer/openbsd/fetch/vars/main.yml b/roles/installer/openbsd/fetch/vars/main.yml index b694a42e..75827110 100644 --- a/roles/installer/openbsd/fetch/vars/main.yml +++ b/roles/installer/openbsd/fetch/vars/main.yml @@ -8,3 +8,6 @@ openbsd_installer_signing_keys: "6.8": | untrusted comment: openbsd 6.8 base public key RWQZj25CSG5R2oLo5735Hh6C48kkjFsj5rJDjW+fGZwyY+BkD5/zps8f + "6.9": | + untrusted comment: openbsd 6.9 base public key + RWQQsAemppS46LT4dNnAtVUZt51ResyNU35n4OH9yl/r7JcR3B75fO4V -- cgit v1.2.3