Exclude ansible collection >1.8.0,<2.0.0
The next version after 1.8.0 will not be compatible with openstacksdk 0.99 in the Zed constraints. We'll need to bump to 2.0.0 when ready. Change-Id: I21598c36b78a30b38cf0e721d280756168c557cf
This commit is contained in:
parent
115ffee589
commit
c12b7fafe8
@ -1,4 +1,6 @@
|
||||
collections:
|
||||
- name: openstack.cloud
|
||||
version: '>=1.3.0,<2.0.0'
|
||||
# NOTE(dtantsur): replace with >=2.0.0 when ready. The next version after
|
||||
# 1.8.0 will be incompatible with openstacksdk in Zed constraints.
|
||||
version: '>=1.3.0,<=1.8.0'
|
||||
source: https://galaxy.ansible.com
|
||||
|
Loading…
Reference in New Issue
Block a user