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/aws/openshift-cluster | |
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/aws/openshift-cluster')
-rw-r--r-- | playbooks/aws/openshift-cluster/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/aws/openshift-cluster/config.yml b/playbooks/aws/openshift-cluster/config.yml index d6b5700b0..647c72239 100644 --- a/playbooks/aws/openshift-cluster/config.yml +++ b/playbooks/aws/openshift-cluster/config.yml @@ -1,3 +1,6 @@ +--- +- include: ../../common/openshift-cluster/verify_ansible_version.yml + - hosts: localhost gather_facts: no tasks: |