From 21094614c08a2fc85d8028bc7a8729c62d953016 Mon Sep 17 00:00:00 2001 From: simontite-capita-ti Date: Mon, 9 Feb 2015 11:05:21 +0000 Subject: [PATCH] Update playbooks_delegation.rst There's a space missing "hosts:127.0.0.1" should be "hosts: 127.0.0.1" --- docsite/rst/playbooks_delegation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_delegation.rst b/docsite/rst/playbooks_delegation.rst index 483a24edbc..8f672791ad 100644 --- a/docsite/rst/playbooks_delegation.rst +++ b/docsite/rst/playbooks_delegation.rst @@ -175,7 +175,7 @@ It may be useful to use a playbook locally, rather than by connecting over SSH. for assuring the configuration of a system by putting a playbook on a crontab. This may also be used to run a playbook inside an OS installer, such as an Anaconda kickstart. -To run an entire playbook locally, just set the "hosts:" line to "hosts:127.0.0.1" and then run the playbook like so:: +To run an entire playbook locally, just set the "hosts:" line to "hosts: 127.0.0.1" and then run the playbook like so:: ansible-playbook playbook.yml --connection=local