Explorar el Código

Fix indention

Wesley Hearn hace 9 años
padre
commit
c9beeda998
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      roles/openshift_serviceaccounts/tasks/main.yml

+ 2 - 2
roles/openshift_serviceaccounts/tasks/main.yml

@@ -9,8 +9,8 @@
 - name: create the service account
   shell: >
        echo {{ lookup('template', '../templates/serviceaccount.j2')
-               | from_yaml | to_json | quote }} | {{ openshift.common.client_binary }}
-               -n {{ openshift_serviceaccounts_namespace }} create -f -
+       | from_yaml | to_json | quote }} | {{ openshift.common.client_binary }}
+       -n {{ openshift_serviceaccounts_namespace }} create -f -
   when: item.1.rc != 0
   with_together:
   - openshift_serviceaccounts_names