mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 08:57:35 -02:30
Add help_ext for diff mode
This commit is contained in:
@@ -62,6 +62,7 @@ class JobOptions(BaseModel):
|
|||||||
|
|
||||||
diff_mode = models.BooleanField(
|
diff_mode = models.BooleanField(
|
||||||
default=False,
|
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(
|
job_type = models.CharField(
|
||||||
max_length=64,
|
max_length=64,
|
||||||
|
|||||||
Reference in New Issue
Block a user