mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -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
|
@ -27,7 +27,7 @@ DOCUMENTATION = '''
|
|||
module: known_hosts
|
||||
short_description: Add or remove a host from the C(known_hosts) file
|
||||
description:
|
||||
- The M(known_hosts) module lets you add or remove a host keys from the C(known_hosts) file.
|
||||
- The C(known_hosts) module lets you add or remove a host keys from the C(known_hosts) file.
|
||||
- Starting at Ansible 2.2, multiple entries per host are allowed, but only one for each key type supported by ssh.
|
||||
This is useful if you're going to want to use the M(git) module over ssh, for example.
|
||||
- If you have a very large number of host keys to manage, you will find the M(template) module more useful.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue