mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixing small typo in redis module documentation
This commit is contained in:
parent
17aa738872
commit
a39aa57c5c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ short_description: Various redis commands, slave and flush
|
|||
description:
|
||||
- Unified utility to interact with redis instances.
|
||||
'slave' Sets a redis instance in slave or master mode.
|
||||
'flush' Flushes all the instance or ans specified db.
|
||||
'flush' Flushes all the instance or a specified db.
|
||||
version_added: "1.3"
|
||||
options:
|
||||
command:
|
||||
|
|
Loading…
Reference in a new issue