mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
modules: fix seealso sections (#581)
This commit is contained in:
parent
ebb4600618
commit
21681daa01
8 changed files with 10 additions and 10 deletions
|
@ -70,7 +70,7 @@ notes:
|
|||
this needs to be in the redis.conf in the masterauth variable
|
||||
|
||||
seealso:
|
||||
- module: redis_info
|
||||
- module: community.general.redis_info
|
||||
requirements: [ redis ]
|
||||
author: "Xabier Larrakoetxea (@slok)"
|
||||
'''
|
||||
|
|
|
@ -35,7 +35,7 @@ notes:
|
|||
install it with pip (C(pip install redis)) or with a package manager.
|
||||
U(https://github.com/andymccurdy/redis-py)
|
||||
seealso:
|
||||
- module: redis
|
||||
- module: community.general.redis
|
||||
requirements: [ redis ]
|
||||
author: "Pavlo Bashynskyi (@levonet)"
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue