From e9a692b1ad924e0382d6675066bd049399046f13 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 23 Aug 2023 16:25:20 +0200 Subject: [PATCH] install.sh aktualisiert --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index acfe135..cf30443 100644 --- a/install.sh +++ b/install.sh @@ -14,7 +14,8 @@ then fi 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 rm -rf $(hostname -s)-git