diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-07-20 14:09:23 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-07-20 15:59:57 -0400 |
commit | c3c88fb35f8f8541b066b6a25f976e53b1813d1d (patch) | |
tree | 2f5e6f1f3cde0e7cbdc1360c5180a23811dac554 /playbooks/libvirt/openshift-cluster | |
parent | a7e6148bb5c5fa9746de5c351a6b0a4d065d82d4 (diff) | |
download | openshift-c3c88fb35f8f8541b066b6a25f976e53b1813d1d.tar.gz openshift-c3c88fb35f8f8541b066b6a25f976e53b1813d1d.tar.bz2 openshift-c3c88fb35f8f8541b066b6a25f976e53b1813d1d.tar.xz openshift-c3c88fb35f8f8541b066b6a25f976e53b1813d1d.zip |
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.yml | 3 |
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: |