Improve seealso (#6766)

* Improve seealso.

* Update ignore files.
This commit is contained in:
Felix Fontein 2023-06-22 13:16:22 +02:00 committed by GitHub
commit fd63f583ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 2 deletions

View file

@ -39,6 +39,10 @@ DOCUMENTATION = '''
- toggle checking that the ssl certificates are valid, you normally only want to turn this off with self-signed certs.
default: true
type: boolean
seealso:
- module: community.general.etcd3
- plugin: community.general.etcd3
plugin_type: lookup
'''
EXAMPLES = '''

View file

@ -94,8 +94,8 @@ DOCUMENTATION = '''
environment variable and keep O(endpoints), O(host), and O(port) unused.
seealso:
- module: community.general.etcd3
- ref: ansible_collections.community.general.etcd_lookup
description: The etcd v2 lookup.
- plugin: community.general.etcd
plugin_type: lookup
requirements:
- "etcd3 >= 0.10"