From 856e47e3a0dc21d680c0e6289c2c16575fd64bee Mon Sep 17 00:00:00 2001
From: Andrew Butcher <abutcher@redhat.com>
Date: Mon, 6 Jun 2016 15:59:00 -0400
Subject: Require ansible-2.1

---
 roles/openshift_facts/tasks/main.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'roles')

diff --git a/roles/openshift_facts/tasks/main.yml b/roles/openshift_facts/tasks/main.yml
index ca1a9b1e4..7437d88d6 100644
--- a/roles/openshift_facts/tasks/main.yml
+++ b/roles/openshift_facts/tasks/main.yml
@@ -1,8 +1,8 @@
 ---
-- name: Verify Ansible version is greater than or equal to 1.9.4
+- name: Verify Ansible version is greater than or equal to 2.1.0.0
   fail:
-    msg: "Unsupported ansible version: {{ ansible_version }} found"
-  when: not ansible_version.full | version_compare('1.9.4', 'ge')
+    msg: "Unsupported ansible version: {{ ansible_version.full }} found"
+  when: not ansible_version.full | version_compare('2.1.0.0', 'ge')
 
 - name: Detecting Operating System
   stat:
-- 
cgit v1.2.3