@@ -1,6 +1,4 @@
---
-- include: ../../common/openshift-cluster/verify_ansible_version.yml
-
- hosts: localhost
gather_facts: no
tasks:
@@ -1,8 +1,4 @@
- tags:
- - always
- name: Create initial host groups for localhost
hosts: localhost
connection: local
become: no
@@ -16,5 +14,5 @@
- include_vars: ../../byo/openshift-cluster/cluster_hosts.yml
+
- include: ../../common/openshift-cluster/enable_dnsmasq.yml
@@ -16,7 +14,7 @@
- include: ../../common/openshift-cluster/redeploy-certificates.yml
vars:
openshift_deployment_type: "{{ deployment_type }}"
-- include: ../../../common/openshift-cluster/verify_ansible_version.yml
-- include: ../common/openshift-cluster/verify_ansible_version.yml
-- include: ../verify_ansible_version.yml
@@ -1,11 +0,0 @@
----
-- name: Verify Ansible version is greater than or equal to 2.2.0
- 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')
@@ -3,8 +3,6 @@
# is localhost, so no hostname value (or public_hostname) value is getting
# assigned