Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
force install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed Dec 14, 2022
1 parent e613108 commit ab9fea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

ansible-galaxy install -r requirements.yml
ansible-galaxy collection install -r requirements.yml
ansible-galaxy install -r requirements.yml --force
ansible-galaxy collection install -r requirements.yml --force

0 comments on commit ab9fea9

Please sign in to comment.