mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
updated cache descriptions
This commit is contained in:
parent
cdcbd84088
commit
5717f4f161
3 changed files with 6 additions and 6 deletions
4
lib/ansible/plugins/cache/yaml.py
vendored
4
lib/ansible/plugins/cache/yaml.py
vendored
|
@ -17,9 +17,9 @@
|
|||
'''
|
||||
DOCUMENTATION:
|
||||
cache: yaml
|
||||
short_description: File backed, YAML formated.
|
||||
short_description: YAML formatted files.
|
||||
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"
|
||||
author: Brian Coca (@bcoca)
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue