diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 79f7fe3ae7..360a6785fd 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -12,6 +12,7 @@ on: - 'deployments/ansible/galaxy.yml' branches: - main + - ansible-new-zeroconfig-test pull_request: paths: - '.github/workflows/ansible.yml' @@ -151,11 +152,12 @@ jobs: path: "${{ github.workspace }}/requirements.txt" contents: | ${{ matrix.ansible }} - ansible-compat==2.2.7 - ansible-lint==5.4.0 - molecule==4.0.4 - molecule-vagrant==2.0.0 - pywinrm==0.4.3 + ansible-compat + ansible-core>=2.10.12 + ansible-lint + molecule + molecule-plugins[vagrant] + pywinrm - name: Set up Python 3. uses: actions/setup-python@v4