mirror of
https://github.com/ansible/awx.git
synced 2026-06-22 07:07:47 -02:30
tweak message about image pull option
This commit is contained in:
@@ -14,7 +14,7 @@ class ExecutionEnvironment(CommonModel):
|
||||
|
||||
PULL_CHOICES = [
|
||||
('always', _("Always pull container before running.")),
|
||||
('missing', _("No pull option has been selected.")),
|
||||
('missing', _("Only pull the image if not present before running.")),
|
||||
('never', _("Never pull container before running.")),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user