Merge pull request #12289 from AlanCoding/idle_help

Correct help text for job idle timeout
This commit is contained in:
Alan Rominger 2022-08-17 13:55:44 -04:00 committed by GitHub
commit 4fca27c664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -446,7 +446,7 @@ register(
label=_('Default Job Idle Timeout'),
help_text=_(
'If no output is detected from ansible in this number of seconds the execution will be terminated. '
'Use value of 0 to used default idle_timeout is 600s.'
'Use value of 0 to indicate that no idle timeout should be imposed.'
),
category=_('Jobs'),
category_slug='jobs',