Merge "Include install_method variables for openrc"

This commit is contained in:
Zuul 2022-09-24 20:14:15 +00:00 committed by Gerrit Code Review
commit 8acc9802c3
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