We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60d6d7 commit 5ffe21eCopy full SHA for 5ffe21e
ansible/vars.yml
@@ -10,7 +10,7 @@ postgres_major:
10
# Full version strings for each major version
11
postgres_release:
12
postgresorioledb-17: "17.5.1.009-orioledb"
13
- postgres17: "17.4.1.067-rc.2"
+ postgres17: "17.4.1.067-rc.3"
14
postgres15: "15.8.1.123"
15
16
# Non Postgres Extensions
scripts/90-cleanup-qemu.sh
@@ -68,6 +68,12 @@ elif [ -n "$(command -v apt-get)" ]; then
68
apt-get -y upgrade
69
70
fi
71
+
72
+systemctl set-default multi-user.target
73
+systemctl disable getty@tty1.service
74
+systemctl mask getty@tty1.service
75
+systemctl mask graphical.target
76
77
rm -rf /tmp/* /var/tmp/*
78
history -c
79
cat /dev/null > /root/.bash_history
0 commit comments