Always update galaxy roles
The galaxy package manager doesn't support skipping updates if the versions are the same, so force is the easiest way
This commit is contained in:
@ -10,4 +10,4 @@ python -m venv env
|
|||||||
|
|
||||||
pip install -r ansible/dev-requirements.txt
|
pip install -r ansible/dev-requirements.txt
|
||||||
|
|
||||||
cd ansible/ && ansible-galaxy install -r galaxy-requirements.yml
|
cd ansible/ && ansible-galaxy install -r galaxy-requirements.yml --force
|
||||||
|
Reference in New Issue
Block a user