瀏覽代碼

Merge pull request #2191 from abutcher/fix-path

Correct relative include for ansible version check.
Scott Dodson 8 年之前
父節點
當前提交
893ffb6ec8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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