mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-09-05 12:42:19 -07:00
Fix a typo in the docs.
This commit is contained in:
parent
1fd863cf5d
commit
416e72c900
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Playbook Language Example
|
||||||
Playbooks are expressed in YAML format and have a minimum of syntax.
|
Playbooks are expressed in YAML format and have a minimum of syntax.
|
||||||
Each playbook is composed of one or more 'plays' in a list.
|
Each playbook is composed of one or more 'plays' in a list.
|
||||||
|
|
||||||
The goal of a play is map a group of hosts to some well defined roles, represented by
|
The goal of a play is to map a group of hosts to some well defined roles, represented by
|
||||||
things ansible called tasks. At the basic level, a task is nothing more than a call
|
things ansible called tasks. At the basic level, a task is nothing more than a call
|
||||||
to an ansible module, which you should have learned about in earlier chapters.
|
to an ansible module, which you should have learned about in earlier chapters.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue