Trim strings to prevent coercion warning

Signed-off-by: too-gee <116376+too-gee@users.noreply.github.com>
This commit is contained in:
too-gee
2025-09-27 10:59:37 -05:00
committed by Derek Nola
parent d9e64c0511
commit 43c2fde96e

View File

@@ -67,8 +67,8 @@
when:
- api_endpoint is defined
- api_endpoint != ansible_hostname
- not _api_endpoint_in_config | bool
- not _api_endpoint_in_args | bool
- not (_api_endpoint_in_config | trim | bool)
- not (_api_endpoint_in_args | trim | bool)
ansible.builtin.set_fact:
opt_tls_san: "--tls-san={{ api_endpoint }}"