From eed33d43eb347120463dbe234e3a3c11977dfa1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20T=C3=B3th?= <tothmiklostibor@gmail.com> Date: Sun, 10 Jan 2021 23:23:16 +0100 Subject: [PATCH] better bootstrap.sh --- playbook-template/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbook-template/bootstrap.sh b/playbook-template/bootstrap.sh index 9610244..dfb4074 100644 --- a/playbook-template/bootstrap.sh +++ b/playbook-template/bootstrap.sh @@ -37,3 +37,5 @@ 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 -- GitLab