mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
fix lint failures
This commit is contained in:
parent
222998281f
commit
9dec359898
@ -150,7 +150,7 @@ def main():
|
||||
],
|
||||
# If we are state absent make sure one of existing_token or existing_token_id are present
|
||||
required_if=[
|
||||
[ 'state', 'absent', ('existing_token', 'existing_token_id'), True,],
|
||||
['state', 'absent', ('existing_token', 'existing_token_id'), True, ],
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user