From 33e59f154f9ef4d6b3169b32f3c81db92d84b81c Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Thu, 7 Sep 2023 07:07:32 +0100 Subject: [PATCH] Apply deployment env vars during keystone main_pre This will be required for tasks that need external http access, such as package installations as part of main_pre tasks file. Change-Id: I285f34f2b657f1d7e6436505bd39e025e504bfa9 --- playbooks/os-keystone-install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/os-keystone-install.yml b/playbooks/os-keystone-install.yml index faacb44c15..7ebd03d70b 100644 --- a/playbooks/os-keystone-install.yml +++ b/playbooks/os-keystone-install.yml @@ -43,6 +43,7 @@ - name: Pre-service deployment hosts: keystone_all gather_facts: false + environment: "{{ deployment_environment_variables | default({}) }}" tasks: - name: "Pre-service deployment tasks from os_keystone role" include_role: