diff --git a/playbook-template/bootstrap.sh b/playbook-template/bootstrap.sh index 0b3926159d2751a6abdf7ef447278ba58079e99e..d13c8c99ea7cd9ffc34c4c77ea02b5f058591b13 100755 --- a/playbook-template/bootstrap.sh +++ b/playbook-template/bootstrap.sh @@ -42,7 +42,6 @@ pip install -r requirements.python.txt ########################### Ansible setup #################################### ansible-galaxy install -r requirements.galaxy.yml -ansible-playbook -i inventory.yaml playbook.yml ########################### Help to ${dummies:Mike} ####################################