瀏覽代碼

fix dep quoting

Grega Bremec 4 月之前
父節點
當前提交
6075dee049
共有 1 個文件被更改,包括 4 次插入4 次删除
  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