This commit is contained in:
felixfontein
2025-01-14 22:53:12 +00:00
parent 89d85e0291
commit a9a6d79c3e
2 changed files with 4 additions and 3 deletions

View File

@@ -416,8 +416,9 @@ see <a class="reference internal" href="#ansible-collections-community-crypto-ac
<tr class="row-even"><td><div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="attribute-idempotent"></div><p class="ansible-option-title" id="ansible-collections-community-crypto-acme-certificate-renewal-info-module-attribute-idempotent"><strong>idempotent</strong></p>
<a class="ansibleOptionLink" href="#attribute-idempotent" title="Permalink to this attribute"></a></div></td>
<td><div class="ansible-option-cell"><p><strong class="ansible-attribute-support-label">Support: </strong><strong class="ansible-attribute-support-full">full</strong></p>
<p>This action does not modify state.</p>
<td><div class="ansible-option-cell"><p><strong class="ansible-attribute-support-label">Support: </strong><strong class="ansible-attribute-support-partial">partial</strong></p>
<p>The module is not idempotent if <code class="ansible-option docutils literal notranslate"><strong><a class="reference internal" href="#ansible-collections-community-crypto-acme-certificate-renewal-info-module-parameter-now"><span class="std std-ref"><span class="pre">now</span></span></a></strong></code> is a relative timestamp, or is not specified.</p>
<p>If <code class="ansible-option-value docutils literal notranslate"><a class="reference internal" href="#ansible-collections-community-crypto-acme-certificate-renewal-info-module-parameter-use-ari"><span class="std std-ref"><span class="pre">use_ari=true</span></span></a></code>, the module is not idempotent if <code class="ansible-option-value docutils literal notranslate"><a class="reference internal" href="#ansible-collections-community-crypto-acme-certificate-renewal-info-module-parameter-ari-algorithm"><span class="std std-ref"><span class="pre">ari_algorithm=standard</span></span></a></code>.</p>
</div></td>
<td><div class="ansible-option-cell"><p>When run twice in a row outside check mode, with the same arguments, the second invocation indicates no change.</p>
<p>This assumes that the system controlled/queried by the module has not changed in a relevant way.</p>

File diff suppressed because one or more lines are too long