install.sh aktualisiert

This commit is contained in:
olli 2023-08-23 16:25:20 +02:00
parent f5a832d253
commit e9a692b1ad

View File

@ -14,7 +14,8 @@ then
fi fi
which ansible >/dev/null 2>&1 || sudo apt-get -y install ansible git which ansible >/dev/null 2>&1 || sudo apt-get -y install ansible git
sudo ansible-galaxy collection list | grep -q community.general || sudo ansible-galaxy collection install community.general #sudo ansible-galaxy collection list | grep -q community.general || sudo ansible-galaxy collection install community.general
sudo ansible-galaxy collection install community.general
cd cd
rm -rf $(hostname -s)-git rm -rf $(hostname -s)-git