Remove scan as an option for job type on ad hoc commands.

This commit is contained in:
Chris Church
2016-03-28 18:42:03 -04:00
parent 141f5e807e
commit e248937595
3 changed files with 8 additions and 3 deletions

View File

@@ -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(