mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-18 12:52:37 +00:00
deploy: dc5af8985b
This commit is contained in:
parent
c64c747933
commit
669d1312b9
@ -184,6 +184,10 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
|
||||
<li><p>Similar to <code class="docutils literal notranslate"><span class="pre">docker</span> <span class="pre">cp</span></code>.</p></li>
|
||||
<li><p>To copy files in a non-running container, you must provide the <em>owner_id</em> and <em>group_id</em> options. This is also necessary if the container does not contain a <code class="docutils literal notranslate"><span class="pre">/bin/sh</span></code> shell with an <code class="docutils literal notranslate"><span class="pre">id</span></code> tool.</p></li>
|
||||
</ul>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p>This module has a corresponding <a class="reference external" href="https://docs.ansible.com/ansible/devel/plugins/action.html#action-plugins" title="(in Ansible vdevel)"><span class="xref std std-ref">action plugin</span></a>.</p>
|
||||
</div>
|
||||
</section>
|
||||
<section id="requirements">
|
||||
<span id="ansible-collections-community-docker-docker-container-copy-into-module-requirements"></span><h2><a class="toc-backref" href="#id2">Requirements</a><a class="headerlink" href="#requirements" title="Permalink to this heading"></a></h2>
|
||||
@ -482,7 +486,9 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
|
||||
<tr class="row-even"><td><div class="ansible-option-cell">
|
||||
<div class="ansibleOptionAnchor" id="attribute-diff_mode"></div><p class="ansible-option-title" id="ansible-collections-community-docker-docker-container-copy-into-module-attribute-diff-mode"><strong>diff_mode</strong></p>
|
||||
<a class="ansibleOptionLink" href="#attribute-diff_mode" title="Permalink to this attribute"></a></div></td>
|
||||
<td><div class="ansible-option-cell"><p><span class="ansible-attribute-support-label">Support: </span><span class="ansible-attribute-support-none">none</span></p>
|
||||
<td><div class="ansible-option-cell"><p><span class="ansible-attribute-support-label">Support: </span><span class="ansible-attribute-support-full">full</span></p>
|
||||
<p>Additional data will need to be transferred to compute diffs.</p>
|
||||
<p>The module uses <a class="reference external" href="https://docs.ansible.com/ansible/devel/reference_appendices/config.html#max-file-size-for-diff" title="(in Ansible vdevel)"><span class="xref std std-ref">the MAX_FILE_SIZE_FOR_DIFF ansible-core configuration</span></a> to determine for how large files diffs should be computed.</p>
|
||||
</div></td>
|
||||
<td><div class="ansible-option-cell"><p>Will return details on what has changed (or possibly needs changing in <code class="docutils literal notranslate"><span class="pre">check_mode</span></code>), when in diff mode.</p>
|
||||
</div></td>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user