mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 00:37:37 -02:30
Remove scan as an option for job type on ad hoc commands.
This commit is contained in:
@@ -36,7 +36,7 @@ class AdHocCommand(UnifiedJob):
|
||||
|
||||
job_type = models.CharField(
|
||||
max_length=64,
|
||||
choices=JOB_TYPE_CHOICES,
|
||||
choices=AD_HOC_JOB_TYPE_CHOICES,
|
||||
default='run',
|
||||
)
|
||||
inventory = models.ForeignKey(
|
||||
|
||||
Reference in New Issue
Block a user