summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorEric Sauer <esauer@redhat.com>2017-02-13 13:21:22 -0500
committerEric Sauer <esauer@redhat.com>2017-02-13 13:21:22 -0500
commitf92ea7c375239dce121154408987632d08d8d45f (patch)
tree1116b106f757b911db28db8d5207cdf96abd8669 /roles
parentea4501fd2b53f94eb3bfd3e83fa8fab57f0c7db2 (diff)
downloadopenshift-f92ea7c375239dce121154408987632d08d8d45f.tar.gz
openshift-f92ea7c375239dce121154408987632d08d8d45f.tar.bz2
openshift-f92ea7c375239dce121154408987632d08d8d45f.tar.xz
openshift-f92ea7c375239dce121154408987632d08d8d45f.zip
Removing trailing spaces
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_hosted/tasks/router/router.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/openshift_hosted/tasks/router/router.yml b/roles/openshift_hosted/tasks/router/router.yml
index 385a8ee39..3d5713d6b 100644
--- a/roles/openshift_hosted/tasks/router/router.yml
+++ b/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 %}