Commit 43c2fde9 authored by too-gee's avatar too-gee Committed by Derek Nola
Browse files

Trim strings to prevent coercion warning

parent d9e64c05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 }}"