diff --git a/.github/workflows/Test_installation_assistant.yml b/.github/workflows/Test_installation_assistant.yml index cd842e6..a88d9e6 100644 --- a/.github/workflows/Test_installation_assistant.yml +++ b/.github/workflows/Test_installation_assistant.yml @@ -103,4 +103,6 @@ jobs: esac COMPOSITE_NAME="${COMPOSITE_NAME/SUBNAME/$SUBNAME}" echo "COMPOSITE_NAME=$COMPOSITE_NAME" >> $GITHUB_ENV - \ No newline at end of file + + - name: Install Ansible + run: sudo apt-get update && sudo apt-add-repository ppa:ansible/ansible && sudo apt install -y ansible