From a338d17aa149e10844ed84f9f638d5d312224bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Correa=20Rodr=C3=ADguez?= Date: Wed, 28 Aug 2024 14:17:02 +0200 Subject: [PATCH] Adding ansible dependencies --- .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 386b7f5..065d9c6 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 install software-properties-common && sudo add-apt-repository --yes --update ppa:ansible/ansible && sudo apt install -y ansible + run: sudo apt-get update && sudo apt install software-properties-common && sudo add-apt-repository --yes --update ppa:ansible/ansible && sudo apt install -y ansible python-is-python3 python3-apt python3-dnf - name: Set up AWS credentials uses: aws-actions/configure-aws-credentials@v4