Skip to content

Commit

Permalink
Merge pull request ansible#138 from lorin/master
Browse files Browse the repository at this point in the history
Fix missing colon in YAML example
  • Loading branch information
mpdehaan committed Jul 14, 2012
2 parents 78654d7 + def40d0 commit 52bcdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rst/bestpractices.rst
Expand Up @@ -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:
Expand Down

0 comments on commit 52bcdf5

Please sign in to comment.