mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03: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:
commit
246aee623b
@ -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