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:
Dmitriy Rabotyagov 2022-09-19 13:35:38 +02:00
parent 223cb7ccf7
commit 859f052c91
1 changed files with 2 additions and 0 deletions

View File

@ -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