diff options
author | Andrew Butcher <abutcher@afrolegs.com> | 2016-07-20 19:05:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-20 19:05:06 -0400 |
commit | d365ed2df542efa9cfa96fb468761cf2242ce8e5 (patch) | |
tree | 63544d7986e9f14f43f78bff6262197d6ac50a26 /playbooks/openstack | |
parent | c257b47a9138eff4e384218a8eef23f9bfeb701f (diff) | |
parent | c3c88fb35f8f8541b066b6a25f976e53b1813d1d (diff) | |
download | openshift-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/openstack')
-rw-r--r-- | playbooks/openstack/openshift-cluster/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/openstack/openshift-cluster/config.yml b/playbooks/openstack/openshift-cluster/config.yml index 1366c83ca..f6550b2c4 100644 --- a/playbooks/openstack/openshift-cluster/config.yml +++ b/playbooks/openstack/openshift-cluster/config.yml @@ -1,4 +1,6 @@ --- +- include: ../../common/openshift-cluster/verify_ansible_version.yml + - hosts: localhost gather_facts: no tasks: |