Include install_method variables for openrc
In keystone playbok we're trying to run openrc against openstack_service_setup_host. However, we always fallback to default as this variable is defined only in install_method var file. Change-Id: If5a3cc712898b583a7e664f08c019a937d28e780
This commit is contained in:
parent
223cb7ccf7
commit
859f052c91
@ -22,6 +22,8 @@
|
||||
- name: Implement openrc/clouds.yaml on the designated service host
|
||||
hosts: "{{ openstack_service_setup_host | default('localhost') }}"
|
||||
gather_facts: "{{ osa_gather_facts | default(True) }}"
|
||||
vars_files:
|
||||
- "defaults/{{ install_method }}_install.yml"
|
||||
become: yes
|
||||
tags:
|
||||
- openrc
|
||||
|
Loading…
Reference in New Issue
Block a user