mirror of
https://github.com/ansible/awx.git
synced 2026-04-06 18:49:21 -02:30
@@ -43,8 +43,7 @@ class AdHocCommand(UnifiedJob, JobNotificationMixin):
|
||||
null=True,
|
||||
on_delete=models.SET_NULL,
|
||||
)
|
||||
limit = models.CharField(
|
||||
max_length=1024,
|
||||
limit = models.TextField(
|
||||
blank=True,
|
||||
default='',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user