summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt/openshift-cluster
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@afrolegs.com>2016-07-20 19:05:06 -0400
committerGitHub <noreply@github.com>2016-07-20 19:05:06 -0400
commitd365ed2df542efa9cfa96fb468761cf2242ce8e5 (patch)
tree63544d7986e9f14f43f78bff6262197d6ac50a26 /playbooks/libvirt/openshift-cluster
parentc257b47a9138eff4e384218a8eef23f9bfeb701f (diff)
parentc3c88fb35f8f8541b066b6a25f976e53b1813d1d (diff)
downloadopenshift-d365ed2df542efa9cfa96fb468761cf2242ce8e5.tar.gz
openshift-d365ed2df542efa9cfa96fb468761cf2242ce8e5.tar.bz2
openshift-d365ed2df542efa9cfa96fb468761cf2242ce8e5.tar.xz
openshift-d365ed2df542efa9cfa96fb468761cf2242ce8e5.zip
Merge pull request #2189 from abutcher/ansible-version-check
Check ansible version prior to evaluating cluster hosts and groups.
Diffstat (limited to 'playbooks/libvirt/openshift-cluster')
-rw-r--r--playbooks/libvirt/openshift-cluster/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/libvirt/openshift-cluster/config.yml b/playbooks/libvirt/openshift-cluster/config.yml
index a28e59a87..299325fc4 100644
--- a/playbooks/libvirt/openshift-cluster/config.yml
+++ b/playbooks/libvirt/openshift-cluster/config.yml
@@ -2,6 +2,9 @@
# TODO: need to figure out a plan for setting hostname, currently the default
# is localhost, so no hostname value (or public_hostname) value is getting
# assigned
+
+- include: ../../common/openshift-cluster/verify_ansible_version.yml
+
- hosts: localhost
gather_facts: no
tasks: