Fix _uri option documentation for cache plugins that expect strings

pull/46119/head
s-hertel 6 years ago committed by Brian Coca
parent 4b4b21d745
commit 7e8435b96d

@ -18,7 +18,6 @@ DOCUMENTATION = '''
required: True required: True
description: description:
- Path in which the cache plugin will save the JSON files - Path in which the cache plugin will save the JSON files
type: list
env: env:
- name: ANSIBLE_CACHE_PLUGIN_CONNECTION - name: ANSIBLE_CACHE_PLUGIN_CONNECTION
ini: ini:

@ -18,7 +18,6 @@ DOCUMENTATION = '''
required: True required: True
description: description:
- Path in which the cache plugin will save the files - Path in which the cache plugin will save the files
type: list
env: env:
- name: ANSIBLE_CACHE_PLUGIN_CONNECTION - name: ANSIBLE_CACHE_PLUGIN_CONNECTION
ini: ini:

@ -18,7 +18,6 @@ DOCUMENTATION = '''
required: True required: True
description: description:
- Path in which the cache plugin will save the files - Path in which the cache plugin will save the files
type: list
env: env:
- name: ANSIBLE_CACHE_PLUGIN_CONNECTION - name: ANSIBLE_CACHE_PLUGIN_CONNECTION
ini: ini:

Loading…
Cancel
Save