Fix vars-file include for os-nova-install
This is a follow-up patch to [1]. Somehow, this issue was not catched by our CI on master, likely due to some safeguard logic in ansible-core 2.15 Though, it's still worth to align vars_files include and do that properly. [1] https://review.opendev.org/c/openstack/openstack-ansible/+/897570 Related-Bug: #2034583 Change-Id: I130aab09610f594e0d67db5082c8ff28c9298661
This commit is contained in:
parent
2519b88572
commit
607d237e50
@ -239,7 +239,7 @@
|
||||
user: root
|
||||
environment: "{{ deployment_environment_variables | default({}) }}"
|
||||
vars_files:
|
||||
- "../defaults/{{ install_method }}_install.yml"
|
||||
- "defaults/{{ install_method }}_install.yml"
|
||||
tasks:
|
||||
- name: Running db_post_setup tasks from the role
|
||||
import_role:
|
||||
|
Loading…
x
Reference in New Issue
Block a user