mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 20:07:37 -02:30
Merge pull request #7293 from AlanCoding/lint_failure
fix lint failures Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
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