Jelajahi Sumber

fix typo in prolog and eof

Grega Bremec 1 bulan lalu
induk
melakukan
8a54d26699
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      playbooks/roles/setup-rbac/tasks/main.yml

+ 2 - 2
playbooks/roles/setup-rbac/tasks/main.yml

@@ -1,4 +1,4 @@
-----
+---
 # Creates all ING-related ClusterRoles in the target cluster.
 # Ensures that corresponding OpenShift groups exist.
 - name: Make sure the cluster roles are there
@@ -19,4 +19,4 @@
     kind: group
     name: "{{ item }}s"
   loop: "{{ create_cluster_roles }}"
-....
+...