Merge "Change perms for the VM logs"
This commit is contained in:
commit
f9d6d38eab
@ -118,7 +118,9 @@
|
|||||||
file:
|
file:
|
||||||
state: directory
|
state: directory
|
||||||
path: "{{ test_vm_logdir }}"
|
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
|
- name: install virtualbmc
|
||||||
pip:
|
pip:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user