mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
fix: increase max verbosity level for constructed inventory (#15604)
This commit is contained in:
parent
68055bb89f
commit
6195e8e879
@ -1765,7 +1765,7 @@ class ConstructedInventorySerializer(InventorySerializer):
|
||||
required=False,
|
||||
allow_null=True,
|
||||
min_value=0,
|
||||
max_value=2,
|
||||
max_value=5,
|
||||
default=None,
|
||||
help_text=_('The verbosity level for the related auto-created inventory source, special to constructed inventory'),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user