diff --git a/playbooks/os-keystone-install.yml b/playbooks/os-keystone-install.yml index 2c926f077e..d7edd5e727 100644 --- a/playbooks/os-keystone-install.yml +++ b/playbooks/os-keystone-install.yml @@ -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