Merge "Use tripleo-admin as octavia groups_vars owner"
This commit is contained in:
commit
4743b7631f
@ -246,9 +246,11 @@ outputs:
|
|||||||
set_fact:
|
set_fact:
|
||||||
octavia_ansible_group_vars: { get_attr: [OctaviaVars, value, vars] }
|
octavia_ansible_group_vars: { get_attr: [OctaviaVars, value, vars] }
|
||||||
- name: Make needed directories on the undercloud
|
- name: Make needed directories on the undercloud
|
||||||
|
become: true
|
||||||
file:
|
file:
|
||||||
path: "{{item}}"
|
path: "{{item}}"
|
||||||
state: directory
|
state: directory
|
||||||
|
owner: "{{ ansible_user }}"
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ octavia_ansible_group_vars.octavia_local_tmpdir }}"
|
- "{{ octavia_ansible_group_vars.octavia_local_tmpdir }}"
|
||||||
- "{{ octavia_ansible_group_vars.octavia_group_vars_dir }}"
|
- "{{ octavia_ansible_group_vars.octavia_group_vars_dir }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user