summaryrefslogtreecommitdiff
path: root/roles/installer/openbsd/autoinstall
diff options
context:
space:
mode:
Diffstat (limited to 'roles/installer/openbsd/autoinstall')
-rw-r--r--roles/installer/openbsd/autoinstall/templates/install.site.j22
1 files changed, 1 insertions, 1 deletions
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 <<EOF >> /etc/rc.firsttime