Fix a typo in the docs.

This commit is contained in:
Ralph Bean 2013-06-11 14:54:42 -04:00
parent 1fd863cf5d
commit 416e72c900

View file

@ -36,7 +36,7 @@ Playbook Language Example
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 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
to an ansible module, which you should have learned about in earlier chapters.