Drop venv completely, use host ansible

This commit is contained in:
2022-07-01 20:03:36 +02:00
parent f219630319
commit 2a58bcadb3
4 changed files with 8 additions and 55 deletions

View File

@@ -77,19 +77,13 @@ if ! command -v make >/dev/null ; then
printf 'Done\n'
fi
# Required for compiling modules in venv.
if ! command -v gcc >/dev/null ; then
printf 'gcc not installed, installing ...\n'
_install "gcc"
printf 'Done\n'
fi
if [[ $NAME == "Arch Linux" ]] ; then
_install "ansible"
fi
if [[ $NAME == "Ubuntu" ]] ; then
_install "python3-venv"
_install "ansible"
_install "python3-jmespath"
fi
cd "$DOTDIR" && make