Commit 416e72c9 by Ralph Bean

Fix a typo in the docs.

parent 1fd863cf
...@@ -36,7 +36,7 @@ Playbook Language Example ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment