Skip to content

Commit

Permalink
ansible-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardojosegomezulmke committed Aug 6, 2022
1 parent 4afc109 commit 304ee47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
# 3.6 is always tested
python-version: [ '3.8.10' ]
ansible-version: [
"ansible>=2.10.3,<2.11", # this is 2.10
"ansible>=4.10.0,<5.0.0", # this is 2.11
# "ansible>=2.10.3,<2.11", # this is 2.10
# "ansible>=4.10.0,<5.0.0", # this is 2.11
"ansible>=5.1.0,<6.0.0" # this is 2.12
]

Expand Down

0 comments on commit 304ee47

Please sign in to comment.