Merge "Hide output which can contain password strings" into stable/train

This commit is contained in:
Zuul 2023-03-07 20:08:21 +00:00 committed by Gerrit Code Review
commit cc5f6203bb
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
# under the License.
- name: "Check password of Keystone user"
# needed because the module dumps the raw output in case auth fails
no_log: "{{ tripleo_keystone_resources_hide_sensitive_logs | bool }}"
openstack.cloud.identity_user_info:
name: "{{ lookup('dict', tripleo_keystone_resources_data).value.name | default(lookup('dict', tripleo_keystone_resources_data).key) }}"
auth_type: "v3password"