Skip to content

Commit

Permalink
deploy: 880d453
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarefactory-project-zuul[bot] committed Aug 1, 2024
1 parent a5ddaca commit bd19ebb
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,16 @@ <h2><a class="toc-backref" href="#id6" role="doc-backlink">Return Values</a><a c
<p class="ansible-option-line ansible-option-sample"><strong class="ansible-option-sample-bold">Sample:</strong> <code class="ansible-option-sample docutils literal notranslate"><span class="pre">&quot;cluster&quot;</span></code></p>
</div></td>
</tr>
<tr class="row-even"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="return-placement_groups/tags"></div><p class="ansible-option-title" id="ansible-collections-community-aws-ec2-placement-group-info-module-return-placement-groups-tags"><strong>tags</strong></p>
<a class="ansibleOptionLink" href="#return-placement_groups/tags" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">dictionary</span></p>
<p><em class="ansible-option-versionadded">added in community.aws 8.1.0</em></p>
</div></td>
<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Tags associated with the placement group</p>
<p class="ansible-option-line"><strong class="ansible-option-returned-bold">Returned:</strong> success</p>
<p class="ansible-option-line ansible-option-sample"><strong class="ansible-option-sample-bold">Sample:</strong> <code class="ansible-option-sample docutils literal notranslate"><span class="pre">{&quot;tags&quot;:</span> <span class="pre">{&quot;other&quot;:</span> <span class="pre">&quot;value2&quot;,</span> <span class="pre">&quot;some&quot;:</span> <span class="pre">&quot;value1&quot;}}</span></code></p>
</div></td>
</tr>
</tbody>
</table>
<section id="authors">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,14 @@ <h2><a class="toc-backref" href="#id3" role="doc-backlink">Parameters</a><a clas
</div></td>
</tr>
<tr class="row-odd"><td><div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-tags"></div><p class="ansible-option-title" id="ansible-collections-community-aws-ec2-placement-group-module-parameter-tags"><strong>tags</strong></p>
<a class="ansibleOptionLink" href="#parameter-tags" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">dictionary</span></p>
<p><em class="ansible-option-versionadded">added in community.aws 8.1.0</em></p>
</div></td>
<td><div class="ansible-option-cell"><p>A dict of key value pairs to associate with the placement group</p>
</div></td>
</tr>
<tr class="row-even"><td><div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-validate_certs"></div><p class="ansible-option-title" id="ansible-collections-community-aws-ec2-placement-group-module-parameter-validate-certs"><strong>validate_certs</strong></p>
<a class="ansibleOptionLink" href="#parameter-validate_certs" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
</div></td>
Expand Down Expand Up @@ -445,6 +453,16 @@ <h2><a class="toc-backref" href="#id6" role="doc-backlink">Return Values</a><a c
<p class="ansible-option-line ansible-option-sample"><strong class="ansible-option-sample-bold">Sample:</strong> <code class="ansible-option-sample docutils literal notranslate"><span class="pre">&quot;cluster&quot;</span></code></p>
</div></td>
</tr>
<tr class="row-even"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="return-placement_group/tags"></div><p class="ansible-option-title" id="ansible-collections-community-aws-ec2-placement-group-module-return-placement-group-tags"><strong>tags</strong></p>
<a class="ansibleOptionLink" href="#return-placement_group/tags" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">dictionary</span></p>
<p><em class="ansible-option-versionadded">added in community.aws 8.1.0</em></p>
</div></td>
<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>Tags associated with the placement group</p>
<p class="ansible-option-line"><strong class="ansible-option-returned-bold">Returned:</strong> success</p>
<p class="ansible-option-line ansible-option-sample"><strong class="ansible-option-sample-bold">Sample:</strong> <code class="ansible-option-sample docutils literal notranslate"><span class="pre">{&quot;tags&quot;:</span> <span class="pre">{&quot;other&quot;:</span> <span class="pre">&quot;value2&quot;,</span> <span class="pre">&quot;some&quot;:</span> <span class="pre">&quot;value1&quot;}}</span></code></p>
</div></td>
</tr>
</tbody>
</table>
<section id="authors">
Expand Down
Binary file modified branch/stable-8/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion branch/stable-8/searchindex.js

Large diffs are not rendered by default.

0 comments on commit bd19ebb

Please sign in to comment.