Merge "Fix non-lazy ternery expression"
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.