mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
Correct doc for cache plugin
Section is a part of ini, so removing it as separate key. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
7255b6a151
commit
3b14d2b745
6 changed files with 7 additions and 7 deletions
2
lib/ansible/plugins/cache/yaml.py
vendored
2
lib/ansible/plugins/cache/yaml.py
vendored
|
@ -30,7 +30,7 @@ DOCUMENTATION = '''
|
|||
- name: ANSIBLE_CACHE_PLUGIN_PREFIX
|
||||
ini:
|
||||
- key: fact_caching_prefix
|
||||
- section: defaults
|
||||
section: defaults
|
||||
_timeout:
|
||||
default: 86400
|
||||
description: Expiration timeout for the cache plugin data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue