From 0a5a3fa694f11eda6c16481c9071cfb92c8f308c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Wed, 9 Dec 2020 14:50:56 +0100 Subject: [PATCH] Initial puppet modules istallation not needed --- launch.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/launch.sh b/launch.sh index 11400ee..729d4d4 100755 --- a/launch.sh +++ b/launch.sh @@ -6,5 +6,3 @@ sleep 60 echo "Press <ENTER> to continue..." read x ./orchestrate.py -c config.json - -ansible -i ./inventory -m command -a 'puppet module install cesnet/site_hadoop' all -- GitLab