Merge "Exclude ansible collection >1.8.0,<2.0.0"
This commit is contained in:
commit
7c9ef4e68e
@ -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