mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-09 03:58:59 +00:00
Small edits to packaging section, docs rebuild
This commit is contained in:
parent
7b7108928e
commit
666afef0e5
14 changed files with 33 additions and 27 deletions
|
|
@ -615,9 +615,9 @@ various configuration attributes. Values include ‘installed’, ̵
|
|||
‘available’, ‘repos’, or any package specifier.</li>
|
||||
</ul>
|
||||
<p>Example action from Ansible <a class="reference internal" href="playbooks.html"><em>Playbooks</em></a>:</p>
|
||||
<div class="highlight-python"><pre>yum pkg=httpd ensure=latest
|
||||
yum pkg=httpd ensure=removed
|
||||
yum pkg=httpd ensure=installed</pre>
|
||||
<div class="highlight-python"><pre>yum pkg=httpd state=latest
|
||||
yum pkg=httpd state=removed
|
||||
yum pkg=httpd state=installed</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="writing-your-own-modules">
|
||||
|
|
@ -650,7 +650,7 @@ yum pkg=httpd ensure=installed</pre>
|
|||
<p class="pull-right"><a href="#">Back to top</a></p>
|
||||
<p>
|
||||
© Copyright 2012 Michael DeHaan.<br/>
|
||||
Last updated on Apr 19, 2012.<br/>
|
||||
Last updated on Apr 21, 2012.<br/>
|
||||
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.8.<br/>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue