Skip to content

Commit

Permalink
deploy: 2eb2c9f
Browse files Browse the repository at this point in the history
  • Loading branch information
x4rd0o1Vtx committed May 12, 2024
1 parent e047f17 commit 9ae308c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pr/847/docker_container_module.html
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,8 @@ <h2><a class="toc-backref" href="#id3" role="doc-backlink">Parameters</a><a clas
<div class="ansibleOptionAnchor" id="parameter-healthcheck/test_cli_compatible"></div><p class="ansible-option-title" id="ansible-collections-community-docker-docker-container-module-parameter-healthcheck-test-cli-compatible"><strong>test_cli_compatible</strong></p>
<a class="ansibleOptionLink" href="#parameter-healthcheck/test_cli_compatible" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
</div></td>
<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Don’t remove test container if test option is omit.</p>
<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>If set to <code class="ansible-value docutils literal notranslate"><span class="pre">true</span></code>, omitting <code class="ansible-option docutils literal notranslate"><strong><a class="reference internal" href="#ansible-collections-community-docker-docker-container-module-parameter-healthcheck-test"><span class="std std-ref"><span class="pre">healthcheck.test</span></span></a></strong></code> while providing <code class="ansible-option docutils literal notranslate"><strong><a class="reference internal" href="#ansible-collections-community-docker-docker-container-module-parameter-healthcheck"><span class="std std-ref"><span class="pre">healthcheck</span></span></a></strong></code> does not disable healthchecks, but simply overwrites the image’s values by the ones specified in <code class="ansible-option docutils literal notranslate"><strong><a class="reference internal" href="#ansible-collections-community-docker-docker-container-module-parameter-healthcheck"><span class="std std-ref"><span class="pre">healthcheck</span></span></a></strong></code>. This is the behavior used by the Docker CLI.</p>
<p>If set to <code class="ansible-value docutils literal notranslate"><span class="pre">false</span></code>, omitting <code class="ansible-option docutils literal notranslate"><strong><a class="reference internal" href="#ansible-collections-community-docker-docker-container-module-parameter-healthcheck-test"><span class="std std-ref"><span class="pre">healthcheck.test</span></span></a></strong></code> will disable the container’s health check. This is the classical behavior of the module and currently the default behavior.</p>
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
<ul class="simple">
<li><p><code class="ansible-option-default-bold docutils literal notranslate"><strong><span class="pre">false</span></strong></code> <span class="ansible-option-choices-default-mark">← (default)</span></p></li>
Expand Down
2 changes: 1 addition & 1 deletion pr/847/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 9ae308c

Please sign in to comment.