mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-07 08:54:01 -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 @@ module: jenkins_script
|
|||
short_description: Executes a groovy script in the jenkins instance
|
||||
version_added: '2.3'
|
||||
description:
|
||||
- The M(jenkins_script) module takes a script plus a dict of values
|
||||
- The C(jenkins_script) module takes a script plus a dict of values
|
||||
to use within the script and returns the result of the script being run.
|
||||
|
||||
options:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue