From b1a4cf0416e91c1940cca9c6e9183697190d10fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Correa=20Rodr=C3=ADguez?= Date: Wed, 28 Aug 2024 12:52:54 +0200 Subject: [PATCH] Installing specific Ansible version --- .github/workflows/Test_installation_assistant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Test_installation_assistant.yml b/.github/workflows/Test_installation_assistant.yml index 19217ad..aaf6a3c 100644 --- a/.github/workflows/Test_installation_assistant.yml +++ b/.github/workflows/Test_installation_assistant.yml @@ -109,7 +109,7 @@ jobs: echo "COMPOSITE_NAME=$COMPOSITE_NAME" >> $GITHUB_ENV - name: Install Ansible - run: sudo apt-get update && sudo apt-add-repository ppa:ansible/ansible && sudo apt install -y ansible + run: sudo apt-get update && sudo apt-add-repository ppa:ansible/ansible && sudo apt install -y ansible=2.9 - name: Set up AWS credentials uses: aws-actions/configure-aws-credentials@v4