updated cache descriptions

pull/4420/head
Brian Coca 2017-06-09 23:48:34 -04:00
parent cdcbd84088
commit 5717f4f161
3 changed files with 6 additions and 6 deletions

View File

@ -17,9 +17,9 @@
''' '''
DOCUMENTATION: DOCUMENTATION:
cache: jsonfile cache: jsonfile
short_description: File backed, JSON formated. short_description: JSON formatted files.
description: description:
- File backed cache that uses JSON as a format, the files are per host. - This cache uses JSON formatted, per host, files saved to the filesystem.
version_added: "1.9" version_added: "1.9"
author: Brian Coca (@bcoca) author: Brian Coca (@bcoca)
''' '''

View File

@ -17,9 +17,9 @@
''' '''
DOCUMENTATION: DOCUMENTATION:
cache: yaml cache: yaml
short_description: File backed, using Python's pickle. short_description: Pickle formatted files.
description: description:
- File backed cache that uses Python's pickle serialization as a format, the files are per host. - This cache uses Python's pickle serialization format, in per host files, saved to the filesystem.
version_added: "2.3" version_added: "2.3"
author: Brian Coca (@bcoca) author: Brian Coca (@bcoca)
''' '''

View File

@ -17,9 +17,9 @@
''' '''
DOCUMENTATION: DOCUMENTATION:
cache: yaml cache: yaml
short_description: File backed, YAML formated. short_description: YAML formatted files.
description: description:
- File backed cache that uses YAML as a format, the files are per host. - This cache uses YAML formatted, per host, files saved to the filesystem.
version_added: "2.3" version_added: "2.3"
author: Brian Coca (@bcoca) author: Brian Coca (@bcoca)
''' '''