From 240a52906e21847097419c1ce95ef1cc609c2d99 Mon Sep 17 00:00:00 2001 From: Jim Tittsler Date: Wed, 19 Jun 2013 10:37:02 +1200 Subject: [PATCH] spelling ansbile->ansible --- docsite/latest/rst/gettingstarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/latest/rst/gettingstarted.rst b/docsite/latest/rst/gettingstarted.rst index 34241673c9..f4f0d47f40 100644 --- a/docsite/latest/rst/gettingstarted.rst +++ b/docsite/latest/rst/gettingstarted.rst @@ -310,7 +310,7 @@ If you would like to access sudo mode, there are also flags to do that: # as bruce, sudoing to batman $ ansible all -m ping -u bruce --sudo --sudo-user batman -(The sudo implementation is changeable in ansbile's configuration file if you happen to want to use a sudo +(The sudo implementation is changeable in ansible's configuration file if you happen to want to use a sudo replacement. Flags passed dot sudo can also be set.) Now run a live command on all of your nodes: