소스 검색

Update main.yml

1.9.0.1 failed with IndentationError
Jan Jungnickel 10 년 전
부모
커밋
cb5ef3d064
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      roles/openshift_facts/tasks/main.yml

+ 1 - 0
roles/openshift_facts/tasks/main.yml

@@ -4,6 +4,7 @@
     that:
     - ansible_version | version_compare('1.8.0', 'ge')
     - ansible_version | version_compare('1.9.0', 'ne')
+    - ansible_version | version_compare('1.9.0.1', 'ne')
 
 - name: Gather OpenShift facts
   openshift_facts: