stable/2024.2
Jonathan Heathcote
e22724aa2b
Fix non-lazy ternery expression
The ansible 'ternery' filter is not a real (lazy) ternery operator meaning that both branches are evaluated regardless of the input. Prior to this patch, this would erroneously result in a crash if 'interface' was not specified. Also includes unrelated linter-requested whitespace changes. Change-Id: I483550527b37276a7742ca116b7366bbd0b05875
Team and repository tags
OpenStack-Ansible HAProxy server
- Documentation for the project can be found at:
-
https://docs.openstack.org/openstack-ansible-haproxy_server/latest
- Release notes for the project can be found at:
-
https://docs.openstack.org/releasenotes/openstack-ansible-haproxy_server/
- The project source code repository is located at:
-
https://opendev.org/openstack/openstack-ansible-haproxy_server/
- The project home is at:
- The project bug tracker is located at:
Description
Languages
Jinja
69%
Python
31%