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>
pull/40499/merge
Abhijeet Kasurde 6 years ago committed by Brian Coca
parent 7255b6a151
commit 3b14d2b745

@ -12,7 +12,7 @@ DOCUMENTATION = '''
description:
- This cache uses JSON formatted, per host, files saved to the filesystem.
version_added: "1.9"
author: Ansible Core
author: Ansible Core (@ansible-core)
options:
_uri:
required: True
@ -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

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

@ -31,7 +31,7 @@ DOCUMENTATION = '''
- name: ANSIBLE_CACHE_PLUGIN_PREFIX
ini:
- key: fact_caching_prefix
- section: defaults
section: defaults
_timeout:
default: 86400
description: Expiration timeout in seconds for the cache plugin data

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

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

@ -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…
Cancel
Save