From 7e8435b96d836c153f8979d38ba3b169f278bbf4 Mon Sep 17 00:00:00 2001 From: s-hertel Date: Mon, 24 Sep 2018 15:22:49 -0400 Subject: [PATCH] Fix _uri option documentation for cache plugins that expect strings --- lib/ansible/plugins/cache/jsonfile.py | 1 - lib/ansible/plugins/cache/pickle.py | 1 - lib/ansible/plugins/cache/yaml.py | 1 - 3 files changed, 3 deletions(-) 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: