fixed version_added, update clog
parent
1a7c096954
commit
11063dabaf
|
@ -18,6 +18,7 @@ Ansible Changes By Release
|
||||||
* `stat` and `win_stat` have deprecated `get_md5` and the `md5` return value
|
* `stat` and `win_stat` have deprecated `get_md5` and the `md5` return value
|
||||||
and these options will be removed in Ansible 2.9. `get_md5: no` will still be
|
and these options will be removed in Ansible 2.9. `get_md5: no` will still be
|
||||||
allowed in 2.9 but will finally be removed 2 versions after that.
|
allowed in 2.9 but will finally be removed 2 versions after that.
|
||||||
|
* The `redis_kv` lookup in favor of new `redis` lookup
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
* added a few new magic vars corresponding to configuration/command line options:
|
* added a few new magic vars corresponding to configuration/command line options:
|
||||||
|
@ -52,6 +53,7 @@ Ansible Changes By Release
|
||||||
* aws_ssm: Query AWS ssm data
|
* aws_ssm: Query AWS ssm data
|
||||||
* config: Lookup Ansible settings
|
* config: Lookup Ansible settings
|
||||||
* openshift: Return info from Openshift installation
|
* openshift: Return info from Openshift installation
|
||||||
|
* redis: look up date from Redis DB, deprecates the redis_kv one.
|
||||||
|
|
||||||
## Callbacks
|
## Callbacks
|
||||||
* yaml
|
* yaml
|
||||||
|
|
|
@ -9,7 +9,7 @@ DOCUMENTATION = """
|
||||||
author:
|
author:
|
||||||
- Jan-Piet Mens (@jpmens) <jpmens(at)gmail.com>
|
- Jan-Piet Mens (@jpmens) <jpmens(at)gmail.com>
|
||||||
- Ansible Core
|
- Ansible Core
|
||||||
version_added: "0.9"
|
version_added: "2.5"
|
||||||
short_description: fetch data from Redis
|
short_description: fetch data from Redis
|
||||||
description:
|
description:
|
||||||
- This looup returns a list of results from a Redis DB corresponding to a list of items given to it
|
- This looup returns a list of results from a Redis DB corresponding to a list of items given to it
|
||||||
|
|
Loading…
Reference in New Issue