Skip to content

Commit

Permalink
Fix ansible version for sanity in 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lhercot committed Mar 4, 2022
1 parent 0c22b10 commit 0929a9c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ansible: [2.9.27, 2.10.16, 2.11.7, 2.12.1]
ansible: [2.9.27, 2.10.17, 2.11.9, 2.12.3]
steps:
- name: Check out code
uses: actions/checkout@v2
Expand Down Expand Up @@ -45,8 +45,8 @@ jobs:
with:
python-version: 3.8

- name: Install ansible-base (v2.12.1)
run: pip install https://github.com/ansible/ansible/archive/v2.12.1.tar.gz --disable-pip-version-check
- name: Install ansible-base (v2.12.3)
run: pip install https://github.com/ansible/ansible/archive/v2.12.3.tar.gz --disable-pip-version-check

- name: Download migrated collection artifacts
uses: actions/download-artifact@v1
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ansible: [2.9.27, 2.10.16, 2.11.7, 2.12.1]
ansible: [2.9.27, 2.10.17, 2.11.9, 2.12.3]
steps:
- name: Set up Python 3.8
uses: actions/setup-python@v1
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ansible: [2.9.27, 2.10.16, 2.11.7, 2.12.1]
ansible: [2.9.27, 2.10.17, 2.11.9, 2.12.3]
steps:
- name: Set up Python 3.8
uses: actions/setup-python@v1
Expand Down Expand Up @@ -173,8 +173,8 @@ jobs:
with:
python-version: 3.8

- name: Install ansible-base (v2.11.7)
run: pip install https://github.com/ansible/ansible/archive/v2.11.7.tar.gz --disable-pip-version-check
- name: Install ansible-base (v2.11.9)
run: pip install https://github.com/ansible/ansible/archive/v2.11.9.tar.gz --disable-pip-version-check

- name: Install coverage (v4.5.4)
run: pip install coverage==4.5.4
Expand Down

0 comments on commit 0929a9c

Please sign in to comment.