Always update galaxy roles
All checks were successful
/ terraform (push) Successful in 1m17s
/ ansible (push) Successful in 2m16s

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:
Jake Howard 2023-05-06 21:55:13 +01:00
parent 03ddce5932
commit 3a8031cba4
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -10,4 +10,4 @@ python -m venv env
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