mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Merge pull request #1329 from AlanCoding/help_text_words
expand on fact cache timeout help text
This commit is contained in:
@@ -341,7 +341,8 @@ register(
|
|||||||
label=_('Per-Host Ansible Fact Cache Timeout'),
|
label=_('Per-Host Ansible Fact Cache Timeout'),
|
||||||
help_text=_('Maximum time, in seconds, that stored Ansible facts are considered valid since '
|
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 '
|
'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=_('Jobs'),
|
||||||
category_slug='jobs',
|
category_slug='jobs',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user