diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-07-21 07:27:26 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-07-21 07:27:32 -0400 |
commit | a26af0260ceb419c783f379ddab43ca50c2e79fe (patch) | |
tree | 580c9c45cc00afdc865d10a23902675b767c8dfe | |
parent | d365ed2df542efa9cfa96fb468761cf2242ce8e5 (diff) | |
download | openshift-a26af0260ceb419c783f379ddab43ca50c2e79fe.tar.gz openshift-a26af0260ceb419c783f379ddab43ca50c2e79fe.tar.bz2 openshift-a26af0260ceb419c783f379ddab43ca50c2e79fe.tar.xz openshift-a26af0260ceb419c783f379ddab43ca50c2e79fe.zip |
Correct relative include for ansible version check.
-rw-r--r-- | playbooks/byo/openshift-cluster/upgrades/v3_2/upgrade.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/byo/openshift-cluster/upgrades/v3_2/upgrade.yml b/playbooks/byo/openshift-cluster/upgrades/v3_2/upgrade.yml index ddb5ef911..e28313221 100644 --- a/playbooks/byo/openshift-cluster/upgrades/v3_2/upgrade.yml +++ b/playbooks/byo/openshift-cluster/upgrades/v3_2/upgrade.yml @@ -1,5 +1,5 @@ --- -- include: ../../common/openshift-cluster/verify_ansible_version.yml +- include: ../../../../common/openshift-cluster/verify_ansible_version.yml - hosts: localhost connection: local |