diff --git a/playbook-template/bootstrap.sh b/playbook-template/bootstrap.sh
index d3c71ce86b84e8a47564efe802f3a2bde90dbdd4..dd455282ccad504f32b31e75a58cbb909833bc68 100755
--- a/playbook-template/bootstrap.sh
+++ b/playbook-template/bootstrap.sh
@@ -11,7 +11,7 @@ pip3 install ansible ansible-lint
 
 ########################### Ansible setup ####################################
 
-ansible-galaxy install -r requirements.galaxy.yml
+ansible-galaxy install --force -r requirements.galaxy.yml
 
 ########################### Help ####################################
 
@@ -27,7 +27,7 @@ echo "Recommendation: Set up your OpenSSH config based on inventory.yml"
 
 echo
 echo "You can run playbook with:"
-printf "\tansible-playbook -i inventory.yaml your-playbook.yaml"
+printf "\tansible-playbook your-playbook.yaml"
 echo
 
 # to stay in our comfy virtualenv