diff --git a/.github/workflows/Test_installation_assistant.yml b/.github/workflows/Test_installation_assistant.yml index 6a612a6..19217ad 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=9 + run: sudo apt-get update && sudo apt-add-repository ppa:ansible/ansible && sudo apt install -y ansible - name: Set up AWS credentials uses: aws-actions/configure-aws-credentials@v4 diff --git a/.github/workflows/ansible-playbooks/provision.yml b/.github/workflows/ansible-playbooks/provision.yml index bc7129a..7facfe9 100644 --- a/.github/workflows/ansible-playbooks/provision.yml +++ b/.github/workflows/ansible-playbooks/provision.yml @@ -1,5 +1,6 @@ --- - hosts: all + gather_facts: true become: true vars: script_path: "{{ tmp_path }}"