Procházet zdrojové kódy

Fix incorrect register name master registry auth

Corrects register variable name to registry auth support.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1511374
Michael Gugino před 7 roky
rodič
revize
e292ecde94
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      roles/openshift_master/tasks/registry_auth.yml

+ 1 - 1
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