From 607d237e50737161f6f8341e34e2572ee79c2179 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 17 Oct 2023 17:06:31 +0200 Subject: [PATCH] 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 --- playbooks/os-nova-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/os-nova-install.yml b/playbooks/os-nova-install.yml index 60c22b91ce..a5ff4ee488 100644 --- a/playbooks/os-nova-install.yml +++ b/playbooks/os-nova-install.yml @@ -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: