Skip to content

Commit

Permalink
Pin ansible to 2.16.*
Browse files Browse the repository at this point in the history
We do the same in the utility container and it keeps the testing a bit
more consistent.
  • Loading branch information
mbaldessari committed Sep 20, 2024
1 parent 808f6f4 commit f39ba9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest ansible
pip install pytest ansible=='2.16.*'
- name: Run make ansible-sanitytest
run: |
Expand Down

0 comments on commit f39ba9e

Please sign in to comment.