mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Added documentation on the 'shell' module, which is a virtual module and isn't really in the library folder.
Docs build.
This commit is contained in:
parent
38e8771785
commit
505d3942b0
17 changed files with 91 additions and 33 deletions
|
@ -285,8 +285,8 @@ Be sure to use a high enough <cite>–forks</cite> value if you want to get
|
|||
very quickly. After the time limit (in seconds) runs out (<tt class="docutils literal"><span class="pre">-B</span></tt>), the process on
|
||||
the remote nodes will be terminated.</p>
|
||||
<p>Any module other than <a class="reference internal" href="modules.html#copy"><em>copy</em></a> or <a class="reference internal" href="modules.html#template"><em>template</em></a> can be
|
||||
backgrounded. Typically you’ll be backgrounding shell commands or
|
||||
software upgrades only.</p>
|
||||
backgrounded. Typically you’ll be backgrounding long-running
|
||||
shell commands or software upgrades only.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -297,7 +297,7 @@ software upgrades only.</p>
|
|||
<p class="pull-right"><a href="#">Back to top</a></p>
|
||||
<p>
|
||||
© Copyright 2012 Michael DeHaan.<br/>
|
||||
Last updated on Mar 13, 2012.<br/>
|
||||
Last updated on Mar 14, 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