Skip to content

Commit

Permalink
requirements: exclude ansible 2.9.10
Browse files Browse the repository at this point in the history
ansible 2.9.10 seems to have introduced a bug.

See ansible/ansible#70168

This commit excludes this version from ceph-ansible testing

Signed-off-by: Guillaume Abrioux <[email protected]>
  • Loading branch information
guits committed Jun 19, 2020
1 parent e41487d commit 906b498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These are Python requirements needed to run ceph-ansible master
ansible>=2.9,<2.10
ansible>=2.9,<2.10,!=2.9.10
netaddr
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ six==1.10.0
testinfra>=3,<4
pytest-xdist==1.28.0
pytest>=4.6,<5.0
ansible>=2.9,<2.10
ansible>=2.9,<2.10,!=2.9.10
Jinja2>=2.10
netaddr
mock
Expand Down

0 comments on commit 906b498

Please sign in to comment.