Browse Source

Merge pull request #2122 from DG-i/master

fix "hapoxy" typo in loadbalancer playbook
Scott Dodson 8 years ago
parent
commit
86f202a195
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 }}"