Commit 52bcdf5e by Michael DeHaan

Merge pull request #138 from lorin/master

Fix missing colon in YAML example
parents 78654d7b def40d03
......@@ -52,7 +52,7 @@ The acme/setup.yml playbook would be as simple as::
- hosts: webservers
user: root
vars_files
vars_files:
- ../global_vars.yml
- vars/main.yml
tasks:
......
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