mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
Remove "pull" field from EE mixin
I think this should go on the EE definition itself
This commit is contained in:
@@ -454,7 +454,6 @@ class ExecutionEnvironmentMixin(models.Model):
|
||||
related_name='%(class)ss',
|
||||
help_text=_('The container image to be used for execution.'),
|
||||
)
|
||||
pull = models.BooleanField(default=True)
|
||||
|
||||
|
||||
class CustomVirtualEnvMixin(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user