Fix collection whitespace issue (#16028)

This commit is contained in:
Alan Rominger
2025-06-11 15:23:31 -04:00
committed by GitHub
parent a909083792
commit 024fe55047

View File

@@ -75,8 +75,8 @@ class ControllerModule(AnsibleModule):
aap_token=dict(
type='raw',
no_log=True,
required=False,
fallback=(env_fallback, ['CONTROLLER_OAUTH_TOKEN', 'TOWER_OAUTH_TOKEN', 'AAP_TOKEN'])
required=False,
fallback=(env_fallback, ['CONTROLLER_OAUTH_TOKEN', 'TOWER_OAUTH_TOKEN', 'AAP_TOKEN'])
),
controller_config_file=dict(
type='path',