rebuild
This commit is contained in:
parent
806fdf0fbe
commit
02bd7b74e1
2 changed files with 5 additions and 3 deletions
|
@ -216,7 +216,8 @@ noted, any given module does support change hooks.</p>
|
|||
<p><em>update-cache</em>:</p>
|
||||
<ul class="simple">
|
||||
<li>Whether apt cache must be updated prior operation. Optional, and can be
|
||||
‘yes’, or ‘no’. The default is ‘no’.</li>
|
||||
‘yes’, or ‘no’. The default is ‘no’. This can be done as the part of a
|
||||
package operation or as a seperate step.</li>
|
||||
</ul>
|
||||
<p><em>purge</em>:</p>
|
||||
<ul class="simple">
|
||||
|
@ -224,7 +225,8 @@ noted, any given module does support change hooks.</p>
|
|||
Defaults to ‘no’.</li>
|
||||
</ul>
|
||||
<p>Example action from Ansible <a class="reference internal" href="playbooks.html"><em>Playbooks</em></a>:</p>
|
||||
<div class="highlight-python"><pre>apt pkg=foo ensure=removed
|
||||
<div class="highlight-python"><pre>apt pkg=foo update-cache=yes
|
||||
apt pkg=foo ensure=removed
|
||||
apt pkg=foo ensure=installed
|
||||
apt pkg=foo ensure=latest update-cache=yes</pre>
|
||||
</div>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue