mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Add help_ext for diff mode
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user