mirror of
https://github.com/ansible/awx.git
synced 2026-08-01 10:29:56 -02:30
Merge branch 'devel' of github.com:ansible/ansible-tower into rbac
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