mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Fix document references in modules (#49892)
* Docs: Fixes internal module reference syntax for seealso * Updates anchors and links * Updates seealso in the docs for module **win_chocolatey**.
This commit is contained in:
parent
651ea5da44
commit
653c3da500
6 changed files with 34 additions and 23 deletions
|
@ -94,4 +94,4 @@ And you use the ``eapi`` variable in your task(s):
|
|||
|
||||
Note that while Ansible 2.6 supports the use of ``connection: local`` with ``provider`` dictionaries, this usage will be deprecated in the future and eventually removed.
|
||||
|
||||
For more information, see :ref:`Become and Networks<become-network>`
|
||||
For more information, see :ref:`Become and Networks<become_network>`
|
||||
|
|
|
@ -157,7 +157,7 @@ Certain network platforms, such as eos and ios, have the concept of different pr
|
|||
ansible_become=yes
|
||||
ansible_become_method=enable
|
||||
|
||||
For more information, see the :ref:`using become with network modules<become-network>` guide.
|
||||
For more information, see the :ref:`using become with network modules<become_network>` guide.
|
||||
|
||||
|
||||
Jump hosts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue