Browse Source

Correct relative include for ansible version check.

Andrew Butcher 8 years ago
parent
commit
a26af0260c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      playbooks/byo/openshift-cluster/upgrades/v3_2/upgrade.yml

+ 1 - 1
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