summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-12-07 14:54:30 -0500
committerGitHub <noreply@github.com>2017-12-07 14:54:30 -0500
commitf3b74371642fac62069cd369331ed18f07febf23 (patch)
treea2a86f87b47dd26fd7f18d6962bda45492ae571f /roles
parent37ffebc86cd4fe89373542285b40d92f61696270 (diff)
parente292ecde9440611a026ab735fe8bf056439cc9dc (diff)
downloadopenshift-f3b74371642fac62069cd369331ed18f07febf23.tar.gz
openshift-f3b74371642fac62069cd369331ed18f07febf23.tar.bz2
openshift-f3b74371642fac62069cd369331ed18f07febf23.tar.xz
openshift-f3b74371642fac62069cd369331ed18f07febf23.zip
Merge pull request #6387 from mgugino-upstream-stage/fix-auth-stat
Fix incorrect register name master registry auth
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_master/tasks/registry_auth.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master/tasks/registry_auth.yml b/roles/openshift_master/tasks/registry_auth.yml
index ca04d2243..8b342a5b4 100644
--- a/roles/openshift_master/tasks/registry_auth.yml
+++ b/roles/openshift_master/tasks/registry_auth.yml
@@ -32,7 +32,7 @@
when:
- openshift_docker_alternative_creds | default(False) | bool
- oreg_auth_user is defined
- - (not docker_cli_auth_credentials_stat.stat.exists or oreg_auth_credentials_replace) | bool
+ - (not master_oreg_auth_credentials_stat.stat.exists or oreg_auth_credentials_replace) | bool
register: master_oreg_auth_credentials_create_alt
notify:
- restart master api