mirror of
https://github.com/ansible/awx.git
synced 2026-06-22 23:27:46 -02:30
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