mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07: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:
parent
fb32c19fea
commit
f824b2ce8d
32 changed files with 40 additions and 40 deletions
|
@ -31,7 +31,7 @@ version_added: "2.2"
|
|||
short_description: Run commands on remote devices running Dell OS6
|
||||
description:
|
||||
- Sends arbitrary commands to a Dell OS6 node and returns the results
|
||||
read from the device. The M(dellos6_command) module includes an
|
||||
read from the device. The C(dellos6_command) module includes an
|
||||
argument that will cause the module to wait for a specific condition
|
||||
before returning or timing out if the condition is not met.
|
||||
- This module does not support running commands in configuration mode.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue