diff --git a/lib/ansible/plugins/cache/jsonfile.py b/lib/ansible/plugins/cache/jsonfile.py index 4319b88fd62..7605dc41112 100644 --- a/lib/ansible/plugins/cache/jsonfile.py +++ b/lib/ansible/plugins/cache/jsonfile.py @@ -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: diff --git a/lib/ansible/plugins/cache/pickle.py b/lib/ansible/plugins/cache/pickle.py index f4988cb0342..9876a235cf9 100644 --- a/lib/ansible/plugins/cache/pickle.py +++ b/lib/ansible/plugins/cache/pickle.py @@ -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: diff --git a/lib/ansible/plugins/cache/yaml.py b/lib/ansible/plugins/cache/yaml.py index f462d77590a..579b18e9474 100644 --- a/lib/ansible/plugins/cache/yaml.py +++ b/lib/ansible/plugins/cache/yaml.py @@ -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: