From eca8a4176b0a85f116d2632289dc62009e2999ab Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Wed, 7 Dec 2016 16:11:27 -0500 Subject: Removed verify_ansible_version playbook refs --- playbooks/common/openshift-cluster/verify_ansible_version.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 playbooks/common/openshift-cluster/verify_ansible_version.yml (limited to 'playbooks/common/openshift-cluster/verify_ansible_version.yml') diff --git a/playbooks/common/openshift-cluster/verify_ansible_version.yml b/playbooks/common/openshift-cluster/verify_ansible_version.yml deleted file mode 100644 index 8be8fbf04..000000000 --- a/playbooks/common/openshift-cluster/verify_ansible_version.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -- name: Verify Ansible version is greater than or equal to 2.2.0 - hosts: localhost - connection: local - become: no - gather_facts: no - tasks: - - name: Verify Ansible version is greater than or equal to 2.2.0 - fail: - msg: "Unsupported ansible version: {{ ansible_version.full }} found" - when: not ansible_version.full | version_compare('2.2.0', 'ge') -- cgit v1.2.3