Summary
Logging default variables in the documentation do not match the defaults that are being set in the code. Example
DOCS:
controller_configuration_credentials_secure_logging | false
CODE:
controller_configuration_credentials_secure_logging: "{{ aap_configuration_secure_logging | default(true) }}"
Issue Type