Merge pull request #3179 from ralphbean/docs-typofix

Fix a typo in the docs.
pull/4420/head
Michael DeHaan 2013-06-13 04:21:36 -07:00
commit de7487f316
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ 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 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. to an ansible module, which you should have learned about in earlier chapters.
By composing a playbook of multiple 'plays', it is possible to By composing a playbook of multiple 'plays', it is possible to