Skip to content
Snippets Groups Projects
Verified Commit 0008ce9e authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Make bootstrap.sh force reload optional

parent b8cc2038
No related branches found
No related tags found
No related merge requests found
......@@ -11,4 +11,5 @@ have to specify it when running
`bootstrap.sh`: This file can be run everytime to
setup your environment. Look into the file, quite simple.
If you want to reload all dependencies, run `./bootstrap.sh --force`
......@@ -8,7 +8,7 @@ source .venv/bin/activate
pip3 install ansible ansible-lint
ansible-galaxy install --force -r requirements.galaxy.yaml
ansible-galaxy install "$1" -r requirements.galaxy.yaml
# to stay in our comfy virtualenv
exec "${SHELL:bash}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment