mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix docs typo modules_intro.rst (#40835)
Fixed typo in modules_intro.rst. +label: docsite_pr
This commit is contained in:
committed by
Alicia Cozine
parent
d7df072b96
commit
f785bf3a9c
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user