Skip to content

Commit

Permalink
Fix broken ansible pip installation (#17)
Browse files Browse the repository at this point in the history
* Test out matrix seeding

* Update ansible package's version requirements
  • Loading branch information
thehedhly authored Dec 9, 2024
1 parent 311de40 commit d82a734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
version: 2.17
- package: ansible
- package: ansible
version: 9
version: 9.*
- package: ansible
version: 10
version: 10.*
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d82a734

Please sign in to comment.