Merge "Use tripleo-admin as octavia groups_vars owner"

This commit is contained in:
Zuul 2019-04-09 20:29:15 +00:00 committed by Gerrit Code Review
commit 4743b7631f
1 changed files with 2 additions and 0 deletions

View File

@ -246,9 +246,11 @@ outputs:
set_fact:
octavia_ansible_group_vars: { get_attr: [OctaviaVars, value, vars] }
- name: Make needed directories on the undercloud
become: true
file:
path: "{{item}}"
state: directory
owner: "{{ ansible_user }}"
with_items:
- "{{ octavia_ansible_group_vars.octavia_local_tmpdir }}"
- "{{ octavia_ansible_group_vars.octavia_group_vars_dir }}"