Kaynağa Gözat

fix dep quoting

Grega Bremec 4 ay önce
ebeveyn
işleme
6075dee049
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4 4
      p0f/operators/galaxy.yml

+ 4 - 4
p0f/operators/galaxy.yml

@@ -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