mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 03:08:36 -05:00
default pull options for container images to None, also adding pull options to awxkit
This commit is contained in:
@@ -44,7 +44,7 @@ class ExecutionEnvironment(CommonModel):
|
||||
pull = models.CharField(
|
||||
max_length=1024,
|
||||
choices=PULL_CHOICES,
|
||||
default='missing',
|
||||
default=None,
|
||||
help_text=_('Pull image before running?'),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user