Browse Source

Update main.yml

1.9.0.1 failed with IndentationError
Jan Jungnickel 9 years ago
parent
commit
cb5ef3d064
1 changed files with 1 additions and 0 deletions
  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: