expand on fact cache timeout help text

This commit is contained in:
AlanCoding 2018-04-11 07:58:37 -04:00
parent 03f4010edc
commit 24369572dc
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -341,7 +341,8 @@ register(
label=_('Per-Host Ansible Fact Cache Timeout'),
help_text=_('Maximum time, in seconds, that stored Ansible facts are considered valid since '
'the last time they were modified. Only valid, non-stale, facts will be accessible by '
'a playbook. Note, this does not influence the deletion of ansible_facts from the database.'),
'a playbook. Note, this does not influence the deletion of ansible_facts from the database. '
'Use a value of 0 to indicate that no timeout should be imposed.'),
category=_('Jobs'),
category_slug='jobs',
)