mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Add help_ext for diff mode
This commit is contained in:
parent
c821df7fd5
commit
eecc3f54c1
@ -62,6 +62,7 @@ class JobOptions(BaseModel):
|
||||
|
||||
diff_mode = models.BooleanField(
|
||||
default=False,
|
||||
help_text=_("If enabled, textual changes made to any templated files on the host are shown in the standard output"),
|
||||
)
|
||||
job_type = models.CharField(
|
||||
max_length=64,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user