haproxy typofix.
This commit is contained in:
parent
0c2493c248
commit
0b41c10d1e
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
owner=root group=root mode=0600
|
||||
with_items:
|
||||
- { file: haproxy.cfg, dest: /etc/haproxy/haproxy.cfg }
|
||||
when: env != staging
|
||||
when: env != 'staging'
|
||||
tags:
|
||||
- haproxy
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
|||
owner=root group=root mode=0600
|
||||
with_items:
|
||||
- { file: haproxy.cfg.stg, dest: /etc/haproxy/haproxy.cfg }
|
||||
when: env == staging
|
||||
when: env == 'staging'
|
||||
tags:
|
||||
- haproxy
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue