From 76d5b9640623064bf3b006cfb05f9f84c58b2df0 Mon Sep 17 00:00:00 2001 From: George Yoshida Date: Sat, 15 Mar 2014 15:30:43 +0900 Subject: [PATCH] Fix docs for playbooks_intro remove unnecessary period. --- docsite/rst/playbooks_intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_intro.rst b/docsite/rst/playbooks_intro.rst index 70925521007..70db3f7fe27 100644 --- a/docsite/rst/playbooks_intro.rst +++ b/docsite/rst/playbooks_intro.rst @@ -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::