summaryrefslogtreecommitdiffstats
path: root/roles/ansible_service_broker
diff options
context:
space:
mode:
authorDylan Murray <dymurray@redhat.com>2017-10-17 15:12:53 -0400
committerDylan Murray <dymurray@redhat.com>2017-10-17 15:12:53 -0400
commit4136d7f8a2738484b01e45b9b2aea1c59c3222b5 (patch)
tree7f03e306a79d137d872498e4bc05cb0e6136d718 /roles/ansible_service_broker
parent6acf9bbff6df939b26699da591dab14eaba3d6e0 (diff)
downloadopenshift-4136d7f8a2738484b01e45b9b2aea1c59c3222b5.tar.gz
openshift-4136d7f8a2738484b01e45b9b2aea1c59c3222b5.tar.bz2
openshift-4136d7f8a2738484b01e45b9b2aea1c59c3222b5.tar.xz
openshift-4136d7f8a2738484b01e45b9b2aea1c59c3222b5.zip
Indentation errors
Diffstat (limited to 'roles/ansible_service_broker')
-rw-r--r--roles/ansible_service_broker/tasks/install.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/roles/ansible_service_broker/tasks/install.yml b/roles/ansible_service_broker/tasks/install.yml
index 92e757b2f..cfd432cc3 100644
--- a/roles/ansible_service_broker/tasks/install.yml
+++ b/roles/ansible_service_broker/tasks/install.yml
@@ -231,20 +231,20 @@
value: /etc/ansible-service-broker/config.yaml
resources: {}
terminationMessagePath: /tmp/termination-log
- readinessProbe:
- httpGet:
- port: 1338
- path: /healthz
- scheme: HTTPS
- initialDelaySeconds: 15
- timeoutSeconds: 1
- livenessProbe:
- httpGet:
- port: 1338
- path: /healthz
- scheme: HTTPS
- initialDelaySeconds: 15
- timeoutSeconds: 1
+ readinessProbe:
+ httpGet:
+ port: 1338
+ path: /healthz
+ scheme: HTTPS
+ initialDelaySeconds: 15
+ timeoutSeconds: 1
+ livenessProbe:
+ httpGet:
+ port: 1338
+ path: /healthz
+ scheme: HTTPS
+ initialDelaySeconds: 15
+ timeoutSeconds: 1
- image: "{{ ansible_service_broker_etcd_image }}"
name: etcd