소스 검색

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",