mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
13377: Choices list for verbosity parameter should be a list of integers
Signed-off-by: Oscar <oscar.bell@bell.local>
This commit is contained in:
parent
ea9c52aca6
commit
b0a4173545
@ -123,7 +123,7 @@ def main():
|
||||
module_name=dict(required=True),
|
||||
module_args=dict(),
|
||||
forks=dict(type='int'),
|
||||
verbosity=dict(type='int', choices=['0', '1', '2', '3', '4', '5']),
|
||||
verbosity=dict(type='int', choices=[0, 1, 2, 3, 4, 5]),
|
||||
extra_vars=dict(type='dict'),
|
||||
become_enabled=dict(type='bool'),
|
||||
diff_mode=dict(type='bool'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user