mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 08:52:55 +00:00
doc style adjustments: modules [rtuvx]* (#10466)
* doc style adjustments: modules r* * doc style adjustments: modules t* * doc style adjustments: modules u* * doc style adjustments: modules v* * doc style adjustments: modules x* * Update plugins/modules/redis_data.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
c1bd461173
commit
7b05484d8f
34 changed files with 242 additions and 230 deletions
|
|
@ -21,8 +21,8 @@ attributes:
|
|||
support: partial
|
||||
details:
|
||||
- For C(check_mode) to work, the specified O(login_user) needs permission to run the C(GET) command on the key, otherwise
|
||||
the module will fail.
|
||||
- When using C(check_mode) the module will try to calculate the value that Redis would return. If the key is not present,
|
||||
the module fails.
|
||||
- When using C(check_mode) the module tries to calculate the value that Redis would return. If the key is not present,
|
||||
V(0.0) is used as value.
|
||||
diff_mode:
|
||||
support: none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue