Fix _uri option documentation for cache plugins that expect strings
This commit is contained in:
parent
4b4b21d745
commit
7e8435b96d
3 changed files with 0 additions and 3 deletions
1
lib/ansible/plugins/cache/jsonfile.py
vendored
1
lib/ansible/plugins/cache/jsonfile.py
vendored
|
@ -18,7 +18,6 @@ DOCUMENTATION = '''
|
|||
required: True
|
||||
description:
|
||||
- Path in which the cache plugin will save the JSON files
|
||||
type: list
|
||||
env:
|
||||
- name: ANSIBLE_CACHE_PLUGIN_CONNECTION
|
||||
ini:
|
||||
|
|
1
lib/ansible/plugins/cache/pickle.py
vendored
1
lib/ansible/plugins/cache/pickle.py
vendored
|
@ -18,7 +18,6 @@ DOCUMENTATION = '''
|
|||
required: True
|
||||
description:
|
||||
- Path in which the cache plugin will save the files
|
||||
type: list
|
||||
env:
|
||||
- name: ANSIBLE_CACHE_PLUGIN_CONNECTION
|
||||
ini:
|
||||
|
|
1
lib/ansible/plugins/cache/yaml.py
vendored
1
lib/ansible/plugins/cache/yaml.py
vendored
|
@ -18,7 +18,6 @@ DOCUMENTATION = '''
|
|||
required: True
|
||||
description:
|
||||
- Path in which the cache plugin will save the files
|
||||
type: list
|
||||
env:
|
||||
- name: ANSIBLE_CACHE_PLUGIN_CONNECTION
|
||||
ini:
|
||||
|
|
Loading…
Reference in a new issue