Browse Source

Removing trailing spaces

Eric Sauer 8 years ago
parent
commit
f92ea7c375
1 changed files with 2 additions and 2 deletions
  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 %}