From d2751622c118bae7d9a86d1708cc9908e60933b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Correa=20Rodr=C3=ADguez?= Date: Wed, 28 Aug 2024 12:53:03 +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 aaf6a3c..6a612a6 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=2.9 + run: sudo apt-get update && sudo apt-add-repository ppa:ansible/ansible && sudo apt install -y ansible=9 - name: Set up AWS credentials uses: aws-actions/configure-aws-credentials@v4