also fix the doc, forgot in last commit

This commit is contained in:
Michael Scherer 2013-10-13 11:42:09 +02:00
commit 92147aff0f
2 changed files with 5 additions and 4 deletions

View file

@ -32,8 +32,9 @@
# for playbooks in the following order, stopping at the first match:
#
# 1. $workdir/path/playbook.yml, if specified
# 2. $workdir/$hostname.yml
# 3. $workdir/local.yml
# 2. $workdir/$fqdn.yml
# 3. $workdir/$hostname.yml
# 4. $workdir/local.yml
#
# the source repo must contain at least one of these playbooks.