Add help_ext for diff mode

This commit is contained in:
adamscmRH 2017-07-10 10:48:43 -04:00
parent c821df7fd5
commit eecc3f54c1

View File

@ -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,