fix doc example

This commit is contained in:
Michael DeHaan
2012-08-10 00:07:10 -04:00
parent ce9401beda
commit df53801e0f
18 changed files with 19 additions and 19 deletions

View File

@@ -680,7 +680,7 @@ for this module.
Example from `/usr/bin/ansible` to bootstrap a legacy python 2.4 host::
ansible newhost.example.com raw -a "yum install python-simplejson"
ansible newhost.example.com -m raw -a "yum -y install python-simplejson"
.. _service: