Merge "Fix non-lazy ternery expression"
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
dest: >-
|
||||
{{
|
||||
haproxy_ssl_cert_path ~ '/haproxy_' ~ ansible_facts['hostname'] ~ '-' ~ (item.get('interface')) | ternary(
|
||||
item.get('address') ~ '-' ~ item['interface'], item['address']) ~ '.pem'
|
||||
item.get('address') ~ '-' ~ item.get('interface'), item['address']) ~ '.pem'
|
||||
}}
|
||||
regexp: "(privkey|fullchain).pem$"
|
||||
owner: haproxy
|
||||
|
Reference in New Issue
Block a user