summaryrefslogtreecommitdiffstats
path: root/ansible/ansible.cfg
diff options
context:
space:
mode:
authorPetr Ospalý <p.ospaly@partner.samsung.com>2019-01-15 10:49:30 +0100
committerPetr Ospalý <p.ospaly@partner.samsung.com>2019-01-17 14:07:43 +0100
commit5b197fbca6b960060c1b3ade5560b4cfbc1c4848 (patch)
treec808095637e7fe1152d737631bcb1f86e500f49b /ansible/ansible.cfg
parentcde2f33dfcd9728240d37c80383534a5b6af5caf (diff)
Fix logging problem for ansible-playbook
Ansible could not write to the log because the ansible is run inside a chroot env. and on read-only fs - this is solved by adding new rw mount. Change-Id: I874063ad99948a55f9227d5e7eae05d3eaabe535 Issue-ID: OOM-1575 Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
Diffstat (limited to 'ansible/ansible.cfg')
-rw-r--r--ansible/ansible.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
index c2ee3ff3..0978b814 100644
--- a/ansible/ansible.cfg
+++ b/ansible/ansible.cfg
@@ -6,3 +6,4 @@
# relative path ./application is mapped into ansible container under
# /ansible/application where application roles should be found
roles_path = /ansible/application
+log_path = /ansible/log/ansible.log