소스 검색

Removing trailing spaces

Eric Sauer 8 년 전
부모
커밋
f92ea7c375
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      roles/openshift_hosted/tasks/router/router.yml

+ 2 - 2
roles/openshift_hosted/tasks/router/router.yml

@@ -86,7 +86,7 @@
     {% else %}
     get dc/router
     {% endif%}
-    --template=\\{\\{.spec.replicas\\}\\} 
+    --template=\\{\\{.spec.replicas\\}\\}
     --namespace={{ openshift.hosted.router.namespace | default('default') }}
   register: current_replicas
   when: replicas | int > 0
@@ -94,7 +94,7 @@
 - name: Ensure router replica count matches desired
   command: >
     {{ openshift.common.client_binary }}
-    scale --replicas={{ replicas }} 
+    scale --replicas={{ replicas }}
     {% if openshift.hosted.router.name | default(none) is not none -%}
     dc/{{ openshift.hosted.router.name }}
     {% else %}