Merge "make skydive working with folder created by tripleo-admin"

This commit is contained in:
Zuul 2019-02-19 01:47:09 +00:00 committed by Gerrit Code Review
commit bea3c77c25
1 changed files with 2 additions and 0 deletions

View File

@ -72,9 +72,11 @@ outputs:
when: step == '5'
block:
- name: create skydive temp dirs
become: true
file:
path: "{{item}}"
state: directory
owner: "{{ansible_user}}"
with_items:
- "{{playbook_dir}}/skydive"