relax the dependency with kubernetes.core (#109)

* relax the dependency with kubernetes.core

We can use the collection with the 2.2 branch of kubernetes.core.

* galaxy: use <2.3.0 has the upper version bound

See: https://github.com/ansible/ansible-zuul-jobs/pull/1119
This commit is contained in:
Gonéri Le Bouder
2021-10-20 09:05:10 -04:00
committed by GitHub
parent 11314f8280
commit e0c6713926

View File

@@ -5,7 +5,7 @@ authors:
- willthames (https://github.com/willthames)
- Akasurde (https://github.com/akasurde)
dependencies:
kubernetes.core: '>=2.1.0,<2.2.0'
kubernetes.core: '>=2.1.0,<2.3.0'
description: OKD Collection for Ansible.
documentation: ''
homepage: ''