Fix stg
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
28ebec92ee
commit
ffd0a12fa4
1 changed files with 1 additions and 2 deletions
|
@ -27,7 +27,6 @@
|
|||
with_items:
|
||||
- { file: limits.conf, dest: /etc/security/limits.conf }
|
||||
- { file: 503.http, dest: /etc/haproxy/503.http }
|
||||
- { file: ipa.{{env}}.pem, dest: /etc/haproxy/ipa.pem }
|
||||
tags:
|
||||
- haproxy
|
||||
|
||||
|
@ -36,7 +35,7 @@
|
|||
dest={{ item.dest }}
|
||||
owner=root group=root mode=0600
|
||||
with_items:
|
||||
- { file: ipa.{{env}}.pem, dest: /etc/haproxy/ipa.pem }
|
||||
- { file: "ipa.{{env}}.pem", dest: /etc/haproxy/ipa.pem }
|
||||
tags:
|
||||
- haproxy
|
||||
when: env == "staging"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue