diff --git a/plugins/lookup/etcd3.py b/plugins/lookup/etcd3.py index 5b2c334c41..a34fae7bf3 100644 --- a/plugins/lookup/etcd3.py +++ b/plugins/lookup/etcd3.py @@ -93,7 +93,7 @@ DOCUMENTATION = ''' environment variable and keep I(endpoints), I(host), and I(port) unused. seealso: - module: community.general.etcd3 - - ref: etcd_lookup + - ref: ansible_collections.community.general.etcd_lookup description: The etcd v2 lookup. requirements: diff --git a/plugins/modules/database/misc/redis_data.py b/plugins/modules/database/misc/redis_data.py index 88102b98b1..587b37d04f 100644 --- a/plugins/modules/database/misc/redis_data.py +++ b/plugins/modules/database/misc/redis_data.py @@ -60,6 +60,7 @@ extends_documentation_fragment: - community.general.redis.documentation seealso: + - module: community.general.redis_data_incr - module: community.general.redis_data_info - module: community.general.redis ''' diff --git a/plugins/modules/database/misc/redis_data_incr.py b/plugins/modules/database/misc/redis_data_incr.py index 008cd183e9..e9e03941e4 100644 --- a/plugins/modules/database/misc/redis_data_incr.py +++ b/plugins/modules/database/misc/redis_data_incr.py @@ -47,7 +47,7 @@ notes: run the C(GET) command on the key, otherwise the module will fail. seealso: - - module: community.general.redis_set + - module: community.general.redis_data - module: community.general.redis_data_info - module: community.general.redis ''' diff --git a/plugins/modules/database/misc/redis_data_info.py b/plugins/modules/database/misc/redis_data_info.py index 866bda62d1..7ecfd4a234 100644 --- a/plugins/modules/database/misc/redis_data_info.py +++ b/plugins/modules/database/misc/redis_data_info.py @@ -26,6 +26,8 @@ extends_documentation_fragment: - community.general.redis seealso: + - module: community.general.redis_data + - module: community.general.redis_data_incr - module: community.general.redis_info - module: community.general.redis ''' diff --git a/plugins/modules/net_tools/snmp_facts.py b/plugins/modules/net_tools/snmp_facts.py index e9d0ebc94c..37183b95f4 100644 --- a/plugins/modules/net_tools/snmp_facts.py +++ b/plugins/modules/net_tools/snmp_facts.py @@ -127,7 +127,7 @@ ansible_sysname: type: str sample: ubuntu-user ansible_syslocation: - description: The physical location of this node (e.g., `telephone closet, 3rd floor'). + description: The physical location of this node (e.g., C(telephone closet, 3rd floor)). returned: success type: str sample: Sitting on the Dock of the Bay diff --git a/plugins/modules/system/nosh.py b/plugins/modules/system/nosh.py index 4fe3020393..1f9f2806c6 100644 --- a/plugins/modules/system/nosh.py +++ b/plugins/modules/system/nosh.py @@ -45,7 +45,7 @@ options: required: false type: bool description: - - Enable or disable the service according to local preferences in *.preset files. + - Enable or disable the service according to local preferences in C(*.preset) files. Mutually exclusive with I(enabled). Only has an effect if set to true. Will take effect prior to I(state=reset). user: