mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Add choices for job and ad hoc command verbosity.
This commit is contained in:
@@ -72,6 +72,7 @@ class AdHocCommand(UnifiedJob):
|
||||
default=0,
|
||||
)
|
||||
verbosity = models.PositiveIntegerField(
|
||||
choices=VERBOSITY_CHOICES,
|
||||
blank=True,
|
||||
default=0,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user