Trivial: fix a warning in bifrost-keystone-client-config

Change-Id: Ic8ce68ea7e99bf35eb0fa9dc3d508d101a5241f9
This commit is contained in:
Dmitry Tantsur 2021-08-02 13:51:41 +02:00
parent 65bc56e3a2
commit f8c0e0b705

View File

@ -23,13 +23,13 @@
config_project_domain_id: "{{ config_project_domain_id|default('default') }}"
config_user_domain_id: "{{ config_user_domain_id|default('default') }}"
when:
- "{{ enable_keystone | default(false) | bool }}"
- "{{ clouds is undefined }}"
- "{{ config_username is defined }}"
- "{{ config_password is defined }}"
- "{{ config_project_name is defined }}"
- "{{ config_region_name is defined }}"
- "{{ config_auth_url is defined }}"
- enable_keystone | default(false) | bool
- clouds is undefined
- config_username is defined
- config_password is defined
- config_project_name is defined
- config_region_name is defined
- config_auth_url is defined
- name: "Generate TLS parameters"
include_role: