summaryrefslogtreecommitdiffstats
path: root/system-container/root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'system-container/root/usr')
-rwxr-xr-xsystem-container/root/usr/local/bin/run-system-container.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/system-container/root/usr/local/bin/run-system-container.sh b/system-container/root/usr/local/bin/run-system-container.sh
index 75dbfde03..9ce7c7328 100755
--- a/system-container/root/usr/local/bin/run-system-container.sh
+++ b/system-container/root/usr/local/bin/run-system-container.sh
@@ -1,3 +1,4 @@
#!/bin/sh
+export ANSIBLE_LOG_PATH=/var/log/ansible.log
exec ansible-playbook -i /etc/ansible/hosts ${OPTS} ${PLAYBOOK_FILE}