minor format and typo edits for the 0.4 doc update.

This commit is contained in:
John Callender 2012-05-13 17:04:53 -07:00
commit 25d868c654
5 changed files with 9 additions and 9 deletions

View file

@ -335,7 +335,7 @@ Arguments given to 'raw' are run directly through the configured remote shell an
only output is returned. There is no error detection or change handler support
for this module.
Example from `/usr/bin/ansible` to bootstrap a legacy python 2.4 host:
Example from `/usr/bin/ansible` to bootstrap a legacy python 2.4 host::
ansible newhost.example.com raw -a "yum install python-simplejson"