Explorar el Código

hosted registry: Fix typo

Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Jose A. Rivera hace 8 años
padre
commit
d9ab521292
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roles/openshift_hosted/tasks/registry/registry.yml

+ 1 - 1
roles/openshift_hosted/tasks/registry/registry.yml

@@ -61,7 +61,7 @@
     name: "{{ openshift_hosted_registry_serviceaccount }}"
     namespace: "{{ openshift_hosted_registry_namespace }}"
 
-- name: Grant the registry serivce account access to the appropriate scc
+- name: Grant the registry service account access to the appropriate scc
   oc_adm_policy_user:
     user: "system:serviceaccount:{{ openshift_hosted_registry_namespace }}:{{ openshift_hosted_registry_serviceaccount }}"
     namespace: "{{ openshift_hosted_registry_namespace }}"