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

View File

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