mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 14:36:00 -03:30
Remove limit on limit field.
This allows 'relaunch-on-failed' on an arbitrary number of failed hosts.
This commit is contained in:
@@ -93,8 +93,7 @@ class JobOptions(BaseModel):
|
||||
blank=True,
|
||||
default=0,
|
||||
)
|
||||
limit = models.CharField(
|
||||
max_length=1024,
|
||||
limit = models.TextField(
|
||||
blank=True,
|
||||
default='',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user