mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
corrects links to 'list_of' pages (#39161)
This commit is contained in:
parent
a6d2f6fd95
commit
8f83061e70
9 changed files with 9 additions and 9 deletions
|
@ -24,7 +24,7 @@ A list of managed nodes. An inventory file is also sometimes called a "hostfile"
|
|||
Modules
|
||||
================================================================================
|
||||
|
||||
The units of code Ansible executes. Each module has a particular use, from administering users on a specific type of database to managing VLAN interfaces on a specific type of network device. You can invoke a single module with a task, or invoke several different modules in a playbook. For an idea of how many modules Ansible includes, take a look at the :doc:`list of all modules<../../modules/modules_by_category>` or the :doc:`list of network modules<../../modules/list_of_network_modules>`.
|
||||
The units of code Ansible executes. Each module has a particular use, from administering users on a specific type of database to managing VLAN interfaces on a specific type of network device. You can invoke a single module with a task, or invoke several different modules in a playbook. For an idea of how many modules Ansible includes, take a look at the :doc:`list of all modules<../../modules/modules_by_category>` or the :ref:`list of network modules<network_modules>`.
|
||||
|
||||
Tasks
|
||||
================================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue