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( aap_token=dict(
type='raw', type='raw',
no_log=True, no_log=True,
required=False, required=False,
fallback=(env_fallback, ['CONTROLLER_OAUTH_TOKEN', 'TOWER_OAUTH_TOKEN', 'AAP_TOKEN']) fallback=(env_fallback, ['CONTROLLER_OAUTH_TOKEN', 'TOWER_OAUTH_TOKEN', 'AAP_TOKEN'])
), ),
controller_config_file=dict( controller_config_file=dict(
type='path', type='path',