Skip to content

Commit

Permalink
fix: increase max verbosity level for constructed inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
pb82 committed Oct 28, 2024
1 parent e21dd0a commit 9ec5b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
)
Expand Down

0 comments on commit 9ec5b97

Please sign in to comment.