mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix docs typo modules_intro.rst (#40835)
Fixed typo in modules_intro.rst. +label: docsite_pr
This commit is contained in:
parent
d7df072b96
commit
f785bf3a9c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
Introduction
|
||||
============
|
||||
|
||||
Modules (also referred to as "task plugins" or "library plugins") are discrete unites of code that can be used from the command line or in a playbook task.
|
||||
Modules (also referred to as "task plugins" or "library plugins") are discrete units of code that can be used from the command line or in a playbook task.
|
||||
|
||||
Let's review how we execute three different modules from the command line::
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue