Fix logging problem for ansible-playbook 05/75805/2
authorPetr Ospalý <p.ospaly@partner.samsung.com>
Tue, 15 Jan 2019 09:49:30 +0000 (10:49 +0100)
committerPetr Ospalý <p.ospaly@partner.samsung.com>
Thu, 17 Jan 2019 13:07:43 +0000 (14:07 +0100)
commit5b197fbca6b960060c1b3ade5560b4cfbc1c4848
treec808095637e7fe1152d737631bcb1f86e500f49b
parentcde2f33dfcd9728240d37c80383534a5b6af5caf
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>
ansible/ansible.cfg
ansible/run_playbook.sh