diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-07-21 09:19:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-21 09:19:13 -0400 |
commit | 893ffb6ec88b82d4607d9777ab741db1845d4f1e (patch) | |
tree | 580c9c45cc00afdc865d10a23902675b767c8dfe /playbooks/byo | |
parent | d365ed2df542efa9cfa96fb468761cf2242ce8e5 (diff) | |
parent | a26af0260ceb419c783f379ddab43ca50c2e79fe (diff) | |
download | openshift-893ffb6ec88b82d4607d9777ab741db1845d4f1e.tar.gz openshift-893ffb6ec88b82d4607d9777ab741db1845d4f1e.tar.bz2 openshift-893ffb6ec88b82d4607d9777ab741db1845d4f1e.tar.xz openshift-893ffb6ec88b82d4607d9777ab741db1845d4f1e.zip |
Merge pull request #2191 from abutcher/fix-path
Correct relative include for ansible version check.
Diffstat (limited to 'playbooks/byo')
-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 |