diff options
author | Luke Meyer <lmeyer@redhat.com> | 2017-09-15 13:10:28 -0400 |
---|---|---|
committer | Luke Meyer <lmeyer@redhat.com> | 2017-09-15 13:10:28 -0400 |
commit | 943f3d13057e2e0a4e846a8bfbcc7fc9b3973ec3 (patch) | |
tree | f603bb4bd33fe818de53748ca20551852d560cd7 | |
parent | 51837924d85f27ccdf83db808746d1a2688685ba (diff) | |
download | openshift-943f3d13057e2e0a4e846a8bfbcc7fc9b3973ec3.tar.gz openshift-943f3d13057e2e0a4e846a8bfbcc7fc9b3973ec3.tar.bz2 openshift-943f3d13057e2e0a4e846a8bfbcc7fc9b3973ec3.tar.xz openshift-943f3d13057e2e0a4e846a8bfbcc7fc9b3973ec3.zip |
system container: use ansible root as cwd
-rw-r--r-- | images/installer/root/exports/config.json.template | 2 |
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", |