Merge pull request #6503 from quiver/fix-typo-playbooks_intro

Fix docs for playbooks_intro
This commit is contained in:
Michael DeHaan
2014-03-15 09:15:35 -05:00

View File

@@ -370,7 +370,7 @@ package is installed. Try it!
To see what hosts would be affected by a playbook before you run it, you
can do this::
ansible-playbook playbook.yml --list-hosts.
ansible-playbook playbook.yml --list-hosts
.. seealso::