mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
fix doc example
This commit is contained in:
parent
ce9401beda
commit
df53801e0f
18 changed files with 19 additions and 19 deletions
|
@ -1258,7 +1258,7 @@ using the ‘shell’ or ‘command’ module is much more appro
|
|||
only output is returned. There is no error detection or change handler support
|
||||
for this module.</p>
|
||||
<p>Example from <cite>/usr/bin/ansible</cite> to bootstrap a legacy python 2.4 host:</p>
|
||||
<div class="highlight-python"><pre>ansible newhost.example.com raw -a "yum install python-simplejson"</pre>
|
||||
<div class="highlight-python"><pre>ansible newhost.example.com -m raw -a "yum -y install python-simplejson"</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="service">
|
||||
|
@ -1771,7 +1771,7 @@ yum name=httpd state=installed</pre>
|
|||
</p>
|
||||
<p>
|
||||
© Copyright 2012 Michael DeHaan.<br/>
|
||||
Last updated on Aug 09, 2012.<br/>
|
||||
Last updated on Aug 10, 2012.<br/>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue