mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Avoid having module documentation links to itself (#21329)
* Avoid having module documentation links to itself A lot of modules use M(own_module) in their documentation causing a link in the documentation to itself. * Make note more clear now
This commit is contained in:
committed by
John R Barker
parent
fb32c19fea
commit
f824b2ce8d
@@ -45,7 +45,7 @@ options:
|
||||
version_added: "2.2"
|
||||
state:
|
||||
description:
|
||||
- Specifies the state of the M(junos_netconf) resource on
|
||||
- Specifies the state of the C(junos_netconf) resource on
|
||||
the remote device. If the I(state) argument is set to
|
||||
I(present) the netconf service will be configured. If the
|
||||
I(state) argument is set to I(absent) the netconf service
|
||||
|
||||
Reference in New Issue
Block a user