mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07: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
|
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::
|
Let's review how we execute three different modules from the command line::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue