Merge "Remove useless task"

This commit is contained in:
Zuul 2018-03-28 14:21:54 +00:00 committed by Gerrit Code Review
commit 6fac992d87
1 changed files with 2 additions and 3 deletions

View File

@ -127,9 +127,8 @@
file:
state: directory
path: "{{ test_vm_logdir }}"
- 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;
recurse: yes
mode: "0755"
- name: install virtualbmc
pip: