소스 검색

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