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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/installer/openbsd/autoinstall') 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 -- cgit v1.2.3