haproxy typofix.

This commit is contained in:
Ralph Bean 2015-01-06 19:38:18 +00:00
parent 0c2493c248
commit 0b41c10d1e

View file

@ -15,7 +15,7 @@
owner=root group=root mode=0600 owner=root group=root mode=0600
with_items: with_items:
- { file: haproxy.cfg, dest: /etc/haproxy/haproxy.cfg } - { file: haproxy.cfg, dest: /etc/haproxy/haproxy.cfg }
when: env != staging when: env != 'staging'
tags: tags:
- haproxy - haproxy
@ -25,7 +25,7 @@
owner=root group=root mode=0600 owner=root group=root mode=0600
with_items: with_items:
- { file: haproxy.cfg.stg, dest: /etc/haproxy/haproxy.cfg } - { file: haproxy.cfg.stg, dest: /etc/haproxy/haproxy.cfg }
when: env == staging when: env == 'staging'
tags: tags:
- haproxy - haproxy