mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
fix lint failures
This commit is contained in:
@@ -150,7 +150,7 @@ def main():
|
|||||||
],
|
],
|
||||||
# If we are state absent make sure one of existing_token or existing_token_id are present
|
# If we are state absent make sure one of existing_token or existing_token_id are present
|
||||||
required_if=[
|
required_if=[
|
||||||
[ 'state', 'absent', ('existing_token', 'existing_token_id'), True,],
|
['state', 'absent', ('existing_token', 'existing_token_id'), True, ],
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user