1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Force-install libssl1.1 if MongoDB needed on Ubuntu >= 22.04

This commit is contained in:
root 2022-09-27 16:49:34 -04:00
parent 3aae53e693
commit 9f0c5f1e5d
7 changed files with 42 additions and 16 deletions

View file

@ -10,7 +10,8 @@ apt -y install git curl nano gawk wget pastebinit
cd /opt/iiab/iiab
scripts/ansible
mkdir -p /etc/iiab/install-flags
# 2022-09-27: iiab-install now handles this
#mkdir -p /etc/iiab/install-flags
if [ ! -f /etc/iiab/local_vars.yml ]; then
cp /opt/iiab/iiab/vars/local_vars_none.yml /etc/iiab/local_vars.yml