|
@@ -36,10 +36,10 @@ tags: ["openshift","operators"]
|
|
|
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
|
|
|
# range specifiers can be set and are separated by ','
|
|
|
dependencies:
|
|
|
- ansible.posix: >=1.5.4
|
|
|
- community.general: >=7.5.0
|
|
|
- kubernetes.core: >=3.0.1
|
|
|
- redhat.openshift: >=3.0.1
|
|
|
+ ansible.posix: ">=1.5.4"
|
|
|
+ community.general: ">=7.5.0"
|
|
|
+ kubernetes.core: ">=3.0.1"
|
|
|
+ redhat.openshift: ">=3.0.1"
|
|
|
|
|
|
# The URL of the originating SCM repository
|
|
|
repository: https://git.p0f.net/ansible/operators.git
|