summaryrefslogtreecommitdiffstats
path: root/playbooks/byo
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-07-21 07:27:26 -0400
committerAndrew Butcher <abutcher@redhat.com>2016-07-21 07:27:32 -0400
commita26af0260ceb419c783f379ddab43ca50c2e79fe (patch)
tree580c9c45cc00afdc865d10a23902675b767c8dfe /playbooks/byo
parentd365ed2df542efa9cfa96fb468761cf2242ce8e5 (diff)
downloadopenshift-a26af0260ceb419c783f379ddab43ca50c2e79fe.tar.gz
openshift-a26af0260ceb419c783f379ddab43ca50c2e79fe.tar.bz2
openshift-a26af0260ceb419c783f379ddab43ca50c2e79fe.tar.xz
openshift-a26af0260ceb419c783f379ddab43ca50c2e79fe.zip
Correct relative include for ansible version check.
Diffstat (limited to 'playbooks/byo')
-rw-r--r--playbooks/byo/openshift-cluster/upgrades/v3_2/upgrade.yml2
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