This commit is contained in:
felixfontein 2023-02-03 16:12:26 +00:00
parent c8f65236cb
commit 10eb70b1eb
2 changed files with 3 additions and 3 deletions

View File

@ -254,8 +254,8 @@
<td><div class="ansible-option-cell"><p>The detected container environment.</p>
<p>Contains an empty string if no container was detected, or a non-empty string identifying the container environment.</p>
<p><code class="docutils literal notranslate"><span class="pre">docker</span></code> indicates that the module ran inside a regular Docker container.</p>
<p><code class="docutils literal notranslate"><span class="pre">azure_pipelines</span></code> indicates that the module ran inside a Docker containers on Azure Pipelines.</p>
<p><code class="docutils literal notranslate"><span class="pre">github_actions</span></code> indicates that the module ran inside a Docker on GitHub Actions. It is supported since community.docker 2.4.0.</p>
<p><code class="docutils literal notranslate"><span class="pre">azure_pipelines</span></code> indicates that the module ran on Azure Pipelines. This seems to no longer be reported.</p>
<p><code class="docutils literal notranslate"><span class="pre">github_actions</span></code> indicates that the module ran inside a Docker container on GitHub Actions. It is supported since community.docker 2.4.0.</p>
<p><code class="docutils literal notranslate"><span class="pre">podman</span></code> indicates that the module ran inside a regular Podman container. It is supported since community.docker 3.3.0.</p>
<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> always</p>
<p class="ansible-option-line"><span class="ansible-option-choices">Can only return:</span></p>

File diff suppressed because one or more lines are too long