Skip to content
Snippets Groups Projects
Verified Commit bf5aef7a authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

better bootstrap.sh

parent eed33d43
No related branches found
No related tags found
No related merge requests found
......@@ -37,5 +37,10 @@ source .venv/bin/activate
pip install -r requirements.python.txt
ansible-galaxy install -r requirements.galaxy.yml
ansible-playbook -i inventory.yaml playbook.yml
# to stay in our comfy virtualenv
exec bash
if [[ -n "$SHELL" ]]
then
SHELL="bash"
fi
exec "$SHELL"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment