Merge "Use tripleo-admin as octavia groups_vars owner"
This commit is contained in:
commit
4743b7631f
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user