diff options
| author | Kenny Woodson <kwoodson@redhat.com> | 2017-12-15 14:56:50 -0500 | 
|---|---|---|
| committer | Kenny Woodson <kwoodson@redhat.com> | 2017-12-15 14:56:50 -0500 | 
| commit | fd882160aa2ac03b6f3dc84647b227c65db50635 (patch) | |
| tree | 30aa3ea95ce2ec6011b897c0fe4a83158f2561a8 | |
| parent | d96898b3138c4d85ba8e2d8fd34734029697777c (diff) | |
Adding no_log to registry_auth.
| -rw-r--r-- | roles/container_runtime/tasks/registry_auth.yml | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/roles/container_runtime/tasks/registry_auth.yml b/roles/container_runtime/tasks/registry_auth.yml index 2c7bc5711..4f1abd59a 100644 --- a/roles/container_runtime/tasks/registry_auth.yml +++ b/roles/container_runtime/tasks/registry_auth.yml @@ -15,6 +15,7 @@    - not openshift_docker_alternative_creds | bool    - oreg_auth_user is defined    - (not docker_cli_auth_credentials_stat.stat.exists or oreg_auth_credentials_replace) | bool +  no_log: True  # docker_creds is a custom module from lib_utils  # 'docker login' requires a docker.service running on the local host, this is an @@ -30,3 +31,4 @@    - openshift_docker_alternative_creds | bool    - oreg_auth_user is defined    - (not docker_cli_auth_credentials_stat.stat.exists or oreg_auth_credentials_replace) | bool +  no_log: True | 
