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: