From 4d10dabb44a89b91d9910bf3b31df376f7a0c83b Mon Sep 17 00:00:00 2001 From: Eric Le Lay Date: Wed, 3 Jun 2026 09:32:23 +0200 Subject: [PATCH] Use terraform-kayobe-multinode requirements.txt To avoid latest ansible version breaking inventory plugins which still use the 'required' parameter, removed from get_bin_path() --- .github/workflows/multinode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multinode.yml b/.github/workflows/multinode.yml index 8131781..762877b 100644 --- a/.github/workflows/multinode.yml +++ b/.github/workflows/multinode.yml @@ -181,7 +181,7 @@ jobs: python3 -m venv venv && source venv/bin/activate && pip install -U pip && - pip install ansible && + pip install -r ansible/requirements.txt && mkdir -p ansible/{collections,roles} && ansible-galaxy role install -r ansible/requirements.yml -p ansible/roles && ansible-galaxy collection install -r ansible/requirements.yml -p ansible/collections