mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Well, a little more readability.
This commit is contained in:
parent
416e72c900
commit
dd5707ddd9
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Playbooks are expressed in YAML format and have a minimum of syntax.
|
|||
Each playbook is composed of one or more 'plays' in a list.
|
||||
|
||||
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 calls tasks. At a basic level, a task is nothing more than a call
|
||||
to an ansible module, which you should have learned about in earlier chapters.
|
||||
|
||||
By composing a playbook of multiple 'plays', it is possible to
|
||||
|
|
Loading…
Reference in a new issue