瀏覽代碼

system container: use ansible root as cwd

Luke Meyer 7 年之前
父節點
當前提交
943f3d1305
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      images/installer/root/exports/config.json.template

+ 1 - 1
images/installer/root/exports/config.json.template

@@ -24,7 +24,7 @@
             "PLAYBOOK_FILE=$PLAYBOOK_FILE",
             "ANSIBLE_CONFIG=$ANSIBLE_CONFIG"
         ],
-        "cwd": "/opt/app-root/src/",
+        "cwd": "/usr/share/ansible/openshift-ansible",
         "rlimits": [
             {
                 "type": "RLIMIT_NOFILE",