Explorar el Código

Adding no_log to registry_auth.

Kenny Woodson hace 7 años
padre
commit
fd882160aa
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      roles/container_runtime/tasks/registry_auth.yml

+ 2 - 0
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