summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2017-09-15 13:10:28 -0400
committerLuke Meyer <lmeyer@redhat.com>2017-09-15 13:10:28 -0400
commit943f3d13057e2e0a4e846a8bfbcc7fc9b3973ec3 (patch)
treef603bb4bd33fe818de53748ca20551852d560cd7 /images
parent51837924d85f27ccdf83db808746d1a2688685ba (diff)
downloadopenshift-943f3d13057e2e0a4e846a8bfbcc7fc9b3973ec3.tar.gz
openshift-943f3d13057e2e0a4e846a8bfbcc7fc9b3973ec3.tar.bz2
openshift-943f3d13057e2e0a4e846a8bfbcc7fc9b3973ec3.tar.xz
openshift-943f3d13057e2e0a4e846a8bfbcc7fc9b3973ec3.zip
system container: use ansible root as cwd
Diffstat (limited to 'images')
-rw-r--r--images/installer/root/exports/config.json.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/installer/root/exports/config.json.template b/images/installer/root/exports/config.json.template
index 739c0080f..1a009fa7b 100644
--- a/images/installer/root/exports/config.json.template
+++ b/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",