From 943f3d13057e2e0a4e846a8bfbcc7fc9b3973ec3 Mon Sep 17 00:00:00 2001 From: Luke Meyer Date: Fri, 15 Sep 2017 13:10:28 -0400 Subject: system container: use ansible root as cwd --- images/installer/root/exports/config.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images') 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", -- cgit v1.2.1