Merge "Change perms for the VM logs"

This commit is contained in:
Jenkins 2017-08-24 21:42:56 +00:00 committed by Gerrit Code Review
commit f9d6d38eab

View File

@ -118,7 +118,9 @@
file:
state: directory
path: "{{ test_vm_logdir }}"
mode: "o+rx"
- name: Add read/execute perms for the whole directory path
shell: f="{{ test_vm_logdir }}" ; while [[ $f != "/" ]]; do chmod 0755 $f; f=$(dirname $f); done;
- name: install virtualbmc
pip: