From 3a8031cba4499c955cff75f0cc1e959f8359bda6 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 6 May 2023 21:55:13 +0100 Subject: [PATCH] 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 --- scripts/ansible/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible/setup.sh b/scripts/ansible/setup.sh index e819468..1badbe2 100755 --- a/scripts/ansible/setup.sh +++ b/scripts/ansible/setup.sh @@ -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