Skip to content
Snippets Groups Projects
Commit d1ce4847 authored by Robotka István Adrián's avatar Robotka István Adrián
Browse files

add force to ansible reqs

parent 7958d5fa
No related branches found
No related tags found
No related merge requests found
Pipeline #8424 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment