Merge "[Stein-only] add no_log to the podman login" into stable/stein

This commit is contained in:
Zuul 2020-02-21 18:59:03 +00:00 committed by Gerrit Code Review
commit 895049fe6f
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ outputs:
REGISTRY_USERNAME: "{{ lookup('dict', item.value).key }}"
REGISTRY_PASSWORD: "{{ lookup('dict', item.value).value }}"
REGISTRY: "{{ item.key }}"
no_log: true
loop: "{{ query('dict', container_registry_logins | default({})) }}"
when:
- container_registry_login | bool