From 5b37ebf746eb0b33efb5f3cbbd6eb0a664a33362 Mon Sep 17 00:00:00 2001 From: mcnesium Date: Wed, 9 Nov 2022 10:25:11 +0100 Subject: [PATCH] add command to download upstream roles according to 2022-11-04 changelog --- inventory/scripts/ansible-all-hosts.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/scripts/ansible-all-hosts.sh b/inventory/scripts/ansible-all-hosts.sh index 3b611ab35..4c3861e22 100755 --- a/inventory/scripts/ansible-all-hosts.sh +++ b/inventory/scripts/ansible-all-hosts.sh @@ -23,6 +23,9 @@ for host in "$root"/inventory/*.yml; do echo done +# download upstream roles according to 2022-11-04 changelog +make roles + # run ansible on all captured passwords/hosts for host in "${!pws[@]}"; do ansible-playbook "$root"/setup.yml \