Browse Source

fix "hapoxy" typo in loadbalancer playbook

Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
Mathias Merscher 8 years ago
parent
commit
7a97f5a786
1 changed files with 1 additions and 1 deletions
  1. 1 1
      playbooks/common/openshift-loadbalancer/service.yml

+ 1 - 1
playbooks/common/openshift-loadbalancer/service.yml

@@ -17,4 +17,4 @@
   connection: ssh
   gather_facts: no
   tasks:
-    - service: name=hapoxy state="{{ new_cluster_state }}"
+    - service: name=haproxy state="{{ new_cluster_state }}"