mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 04:45:03 -02:30
Fix collection whitespace issue (#16028)
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user