-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a couple conditionals to make sure updating can be done with vmid… #5206
add a couple conditionals to make sure updating can be done with vmid… #5206
Conversation
needs fix. |
is fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution. Looks good to me on a first glance, but then I don't know this module ;-)
Docs Build 📝Thank you for contribution!✨ The docsite for this PR is available for download as an artifact from this run: File changes:
Click to see the diff comparison.NOTE: only file modifications are shown here. New and deleted files are excluded. The diff output was truncated because it exceeded the maximum size. diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/ali_instance_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/ali_instance_module.html
index 7f62e6d..81c127e 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/ali_instance_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/ali_instance_module.html
@@ -277,7 +277,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-a
<div class="ansibleOptionAnchor" id="parameter-auto_renew_period"></div><p class="ansible-option-title" id="ansible-collections-community-general-ali-instance-module-parameter-auto-renew-period"><strong>auto_renew_period</strong></p>
<a class="ansibleOptionLink" href="#parameter-auto_renew_period" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">integer</span></p>
</div></td>
-<td><div class="ansible-option-cell"><p>The duration of the automatic renew the charge of the instance. Required when <code class="docutils literal notranslate"><span class="pre">auto_renew=True</span></code>.</p>
+<td><div class="ansible-option-cell"><p>The duration of the automatic renew the charge of the instance. Required when <em>auto_renew=true</em>.</p>
<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
<ul class="simple">
<li><p><span class="ansible-option-choices-entry">1</span></p></li>
@@ -326,8 +326,8 @@ see <a class="reference internal" href="#ansible-collections-community-general-a
<p><span class="ansible-option-versionadded">added in 0.2.0 of community.general</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>Specifies whether to send a dry-run request.</p>
-<p>If <em>dry_run=True</em>, Only a dry-run request is sent and no instance is created. The system checks whether the required parameters are set, and validates the request format, service permissions, and available ECS instances. If the validation fails, the corresponding error code is returned. If the validation succeeds, the DryRunOperation error code is returned.</p>
-<p>If <em>dry_run=False</em>, A request is sent. If the validation succeeds, the instance is created.</p>
+<p>If <em>dry_run=true</em>, Only a dry-run request is sent and no instance is created. The system checks whether the required parameters are set, and validates the request format, service permissions, and available ECS instances. If the validation fails, the corresponding error code is returned. If the validation succeeds, the DryRunOperation error code is returned.</p>
+<p>If <em>dry_run=false</em>, A request is sent. If the validation succeeds, the instance is created.</p>
<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
<ul class="simple">
<li><p><span class="ansible-option-default-bold">false</span> <span class="ansible-option-default">← (default)</span></p></li>
@@ -370,7 +370,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-a
<a class="ansibleOptionLink" href="#parameter-image_id" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-aliases">aliases: image</span></p>
<p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
</div></td>
-<td><div class="ansible-option-cell"><p>Image ID used to launch instances. Required when <code class="docutils literal notranslate"><span class="pre">state=present</span></code> and creating new ECS instances.</p>
+<td><div class="ansible-option-cell"><p>Image ID used to launch instances. Required when <em>state=present</em> and creating new ECS instances.</p>
</div></td>
</tr>
<tr class="row-even"><td><div class="ansible-option-cell">
@@ -420,7 +420,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-a
<a class="ansibleOptionLink" href="#parameter-instance_type" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-aliases">aliases: type</span></p>
<p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
</div></td>
-<td><div class="ansible-option-cell"><p>Instance type used to launch instances. Required when <code class="docutils literal notranslate"><span class="pre">state=present</span></code> and creating new ECS instances.</p>
+<td><div class="ansible-option-cell"><p>Instance type used to launch instances. Required when <em>state=present</em> and creating new ECS instances.</p>
</div></td>
</tr>
<tr class="row-odd"><td><div class="ansible-option-cell">
@@ -456,7 +456,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-a
<div class="ansibleOptionAnchor" id="parameter-max_bandwidth_out"></div><p class="ansible-option-title" id="ansible-collections-community-general-ali-instance-module-parameter-max-bandwidth-out"><strong>max_bandwidth_out</strong></p>
<a class="ansibleOptionLink" href="#parameter-max_bandwidth_out" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">integer</span></p>
</div></td>
-<td><div class="ansible-option-cell"><p>Maximum outgoing bandwidth to the public network, measured in Mbps (Megabits per second). Required when <code class="docutils literal notranslate"><span class="pre">allocate_public_ip=True</span></code>. Ignored when <code class="docutils literal notranslate"><span class="pre">allocate_public_ip=False</span></code>.</p>
+<td><div class="ansible-option-cell"><p>Maximum outgoing bandwidth to the public network, measured in Mbps (Megabits per second). Required when <em>allocate_public_ip=true</em>. Ignored when <em>allocate_public_ip=false</em>.</p>
<p class="ansible-option-line"><span class="ansible-option-default-bold">Default:</span> <span class="ansible-option-default">0</span></p>
</div></td>
</tr>
@@ -471,7 +471,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-a
<div class="ansibleOptionAnchor" id="parameter-period"></div><p class="ansible-option-title" id="ansible-collections-community-general-ali-instance-module-parameter-period"><strong>period</strong></p>
<a class="ansibleOptionLink" href="#parameter-period" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">integer</span></p>
</div></td>
-<td><div class="ansible-option-cell"><p>The charge duration of the instance, in month. Required when <code class="docutils literal notranslate"><span class="pre">instance_charge_type=PrePaid</span></code>.</p>
+<td><div class="ansible-option-cell"><p>The charge duration of the instance, in months. Required when <em>instance_charge_type=PrePaid</em>.</p>
<p>The valid value are [1-9, 12, 24, 36].</p>
<p class="ansible-option-line"><span class="ansible-option-default-bold">Default:</span> <span class="ansible-option-default">1</span></p>
</div></td>
@@ -481,7 +481,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-a
<a class="ansibleOptionLink" href="#parameter-period_unit" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
<p><span class="ansible-option-versionadded">added in 0.2.0 of community.general</span></p>
</div></td>
-<td><div class="ansible-option-cell"><p>The duration unit that you will buy the resource. It is valid when <code class="docutils literal notranslate"><span class="pre">instance_charge_type=PrePaid</span></code></p>
+<td><div class="ansible-option-cell"><p>The duration unit that you will buy the resource. It is valid when <em>instance_charge_type=PrePaid</em>.</p>
<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
<ul class="simple">
<li><p><span class="ansible-option-default-bold">Month</span> <span class="ansible-option-default">← (default)</span></p></li>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/cobbler_system_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/cobbler_system_module.html
index 10c8174..1006d26 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/cobbler_system_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/cobbler_system_module.html
@@ -349,7 +349,7 @@
<a class="ansibleOptionLink" href="#return-system" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">dictionary</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>(Resulting) information about the system we are working with</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> when <code class="docutils literal notranslate"><span class="pre">name</span></code> is provided</p>
+<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> when <em>name</em> is provided</p>
</div></td>
</tr>
<tr class="row-odd"><td><div class="ansible-option-cell">
@@ -357,7 +357,7 @@
<a class="ansibleOptionLink" href="#return-systems" title="Permalink to this return value"></a><p class="ansible-option-type-line"><span class="ansible-option-type">list</span> / <span class="ansible-option-elements">elements=string</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>List of systems</p>
-<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> <code class="docutils literal notranslate"><span class="pre">state=query</span></code> and <code class="docutils literal notranslate"><span class="pre">name</span></code> is not provided</p>
+<p class="ansible-option-line"><span class="ansible-option-returned-bold">Returned:</span> <em>state=query</em> and <em>name</em> is not provided</p>
</div></td>
</tr>
</tbody>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/composer_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/composer_module.html
index f411774..a26a6ea 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/composer_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/composer_module.html
@@ -330,7 +330,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-c
<a class="ansibleOptionLink" href="#parameter-working_dir" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">path</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>Directory of your project (see –working-dir). This is required when the command is not run globally.</p>
-<p>Will be ignored if <code class="docutils literal notranslate"><span class="pre">global_command=true</span></code>.</p>
+<p>Will be ignored if <em>global_command=true</em>.</p>
</div></td>
</tr>
</tbody>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/consul_session_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/consul_session_module.html
index e635d88..d2c064a 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/consul_session_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/consul_session_module.html
@@ -263,6 +263,14 @@ see <a class="reference internal" href="#ansible-collections-community-general-c
</div></td>
</tr>
<tr class="row-odd"><td><div class="ansible-option-cell">
+<div class="ansibleOptionAnchor" id="parameter-token"></div><p class="ansible-option-title" id="ansible-collections-community-general-consul-session-module-parameter-token"><strong>token</strong></p>
+<a class="ansibleOptionLink" href="#parameter-token" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
+<p><span class="ansible-option-versionadded">added in 5.6.0 of community.general</span></p>
+</div></td>
+<td><div class="ansible-option-cell"><p>The token key identifying an ACL rule set that controls access to the key value pair.</p>
+</div></td>
+</tr>
+<tr class="row-even"><td><div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-ttl"></div><p class="ansible-option-title" id="ansible-collections-community-general-consul-session-module-parameter-ttl"><strong>ttl</strong></p>
<a class="ansibleOptionLink" href="#parameter-ttl" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">integer</span></p>
<p><span class="ansible-option-versionadded">added in 5.4.0 of community.general</span></p>
@@ -270,7 +278,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-c
<td><div class="ansible-option-cell"><p>Specifies the duration of a session in seconds (between 10 and 86400).</p>
</div></td>
</tr>
-<tr class="row-even"><td><div class="ansible-option-cell">
+<tr class="row-odd"><td><div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-validate_certs"></div><p class="ansible-option-title" id="ansible-collections-community-general-consul-session-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>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/dconf_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/dconf_module.html
index 0261aa3..fdc42a5 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/dconf_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/dconf_module.html
@@ -198,7 +198,7 @@
<ul class="simple">
<li><p>This module depends on <code class="docutils literal notranslate"><span class="pre">psutil</span></code> Python library (version 4.0.0 and upwards), <code class="docutils literal notranslate"><span class="pre">dconf</span></code>, <code class="docutils literal notranslate"><span class="pre">dbus-send</span></code>, and <code class="docutils literal notranslate"><span class="pre">dbus-run-session</span></code> binaries. Depending on distribution you are using, you may need to install additional packages to have these available.</p></li>
<li><p>Detection of existing, running D-Bus session, required to change settings via <code class="docutils literal notranslate"><span class="pre">dconf</span></code>, is not 100% reliable due to implementation details of D-Bus daemon itself. This might lead to running applications not picking-up changes on the fly if options are changed via Ansible and <code class="docutils literal notranslate"><span class="pre">dbus-run-session</span></code>.</p></li>
-<li><p>Keep in mind that the <code class="docutils literal notranslate"><span class="pre">dconf</span></code> CLI tool, which this module wraps around, utilises an unusual syntax for the values (GVariant). For example, if you wanted to provide a string value, the correct syntax would be <code class="docutils literal notranslate"><span class="pre">value="'myvalue'"</span></code> - with single quotes as part of the Ansible parameter value.</p></li>
+<li><p>Keep in mind that the <code class="docutils literal notranslate"><span class="pre">dconf</span></code> CLI tool, which this module wraps around, utilises an unusual syntax for the values (GVariant). For example, if you wanted to provide a string value, the correct syntax would be <em>value=“‘myvalue’”</em> - with single quotes as part of the Ansible parameter value.</p></li>
<li><p>When using loops in combination with a value like :code:`”[(‘xkb’, ‘us’), (‘xkb’, ‘se’)]”`, you need to be aware of possible type conversions. Applying a filter :code:`”{{ item.value | string }}”` to the parameter variable can avoid potential conversion problems.</p></li>
<li><p>The easiest way to figure out exact syntax/value you need to provide for a key is by making the configuration change in application affected by the key, and then having a look at value set via commands <code class="docutils literal notranslate"><span class="pre">dconf</span> <span class="pre">dump</span> <span class="pre">/path/to/dir/</span></code> or <code class="docutils literal notranslate"><span class="pre">dconf</span> <span class="pre">read</span> <span class="pre">/path/to/key</span></code>.</p></li>
</ul>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/github_key_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/github_key_module.html
index 1b21c4d..304c7a4 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/github_key_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/github_key_module.html
@@ -162,7 +162,7 @@
<div class="ansibleOptionAnchor" id="parameter-force"></div><p class="ansible-option-title" id="ansible-collections-community-general-github-key-module-parameter-force"><strong>force</strong></p>
<a class="ansibleOptionLink" href="#parameter-force" 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-cell"><p>The default is <code class="docutils literal notranslate"><span class="pre">true</span></code>, which will replace the existing remote key if it’s different than <code class="docutils literal notranslate"><span class="pre">pubkey</span></code>. If <code class="docutils literal notranslate"><span class="pre">false</span></code>, the key will only be set if no key with the given <code class="docutils literal notranslate"><span class="pre">name</span></code> exists.</p>
+<td><div class="ansible-option-cell"><p>The default is <code class="docutils literal notranslate"><span class="pre">true</span></code>, which will replace the existing remote key if it’s different than <code class="docutils literal notranslate"><span class="pre">pubkey</span></code>. If <code class="docutils literal notranslate"><span class="pre">false</span></code>, the key will only be set if no key with the given <em>name</em> exists.</p>
<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
<ul class="simple">
<li><p><span class="ansible-option-choices-entry">false</span></p></li>
@@ -181,7 +181,7 @@
<div class="ansibleOptionAnchor" id="parameter-pubkey"></div><p class="ansible-option-title" id="ansible-collections-community-general-github-key-module-parameter-pubkey"><strong>pubkey</strong></p>
<a class="ansibleOptionLink" href="#parameter-pubkey" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
</div></td>
-<td><div class="ansible-option-cell"><p>SSH public key value. Required when <code class="docutils literal notranslate"><span class="pre">state=present</span></code>.</p>
+<td><div class="ansible-option-cell"><p>SSH public key value. Required when <em>state=present</em>.</p>
</div></td>
</tr>
<tr class="row-odd"><td><div class="ansible-option-cell">
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/htpasswd_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/htpasswd_module.html
index 4eb5107..8fe1ca9 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/htpasswd_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/htpasswd_module.html
@@ -186,7 +186,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-h
<div class="ansibleOptionAnchor" id="parameter-create"></div><p class="ansible-option-title" id="ansible-collections-community-general-htpasswd-module-parameter-create"><strong>create</strong></p>
<a class="ansibleOptionLink" href="#parameter-create" 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-cell"><p>Used with <code class="docutils literal notranslate"><span class="pre">state=present</span></code>. If specified, the file will be created if it does not already exist. If set to <code class="docutils literal notranslate"><span class="pre">false</span></code>, will fail if the file does not exist</p>
+<td><div class="ansible-option-cell"><p>Used with <em>state=present</em>. If specified, the file will be created if it does not already exist. If set to <code class="docutils literal notranslate"><span class="pre">false</span></code>, will fail if the file does not exist</p>
<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
<ul class="simple">
<li><p><span class="ansible-option-choices-entry">false</span></p></li>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/index.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/index.html
index 2ae46e9..50ccbb6 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/index.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/index.html
@@ -516,6 +516,7 @@
<li><p><a class="reference internal" href="pingdom_module.html#ansible-collections-community-general-pingdom-module"><span class="std std-ref">pingdom module</span></a> – Pause/unpause Pingdom alerts</p></li>
<li><p><a class="reference internal" href="pip_package_info_module.html#ansible-collections-community-general-pip-package-info-module"><span class="std std-ref">pip_package_info module</span></a> – pip package information</p></li>
<li><p><a class="reference internal" href="pipx_module.html#ansible-collections-community-general-pipx-module"><span class="std std-ref">pipx module</span></a> – Manages applications installed with pipx</p></li>
+<li><p><a class="reference internal" href="pipx_info_module.html#ansible-collections-community-general-pipx-info-module"><span class="std std-ref">pipx_info module</span></a> – Rretrieves information about applications installed with pipx</p></li>
<li><p><a class="reference internal" href="pkg5_module.html#ansible-collections-community-general-pkg5-module"><span class="std std-ref">pkg5 module</span></a> – Manages packages with the Solaris 11 Image Packaging System</p></li>
<li><p><a class="reference internal" href="pkg5_publisher_module.html#ansible-collections-community-general-pkg5-publisher-module"><span class="std std-ref">pkg5_publisher module</span></a> – Manages Solaris 11 Image Packaging System publishers</p></li>
<li><p><a class="reference internal" href="pkgin_module.html#ansible-collections-community-general-pkgin-module"><span class="std std-ref">pkgin module</span></a> – Package manager for SmartOS, NetBSD, et al.</p></li>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/ipwcli_dns_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/ipwcli_dns_module.html
index 9224d33..10b948b 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/ipwcli_dns_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/ipwcli_dns_module.html
@@ -177,7 +177,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-i
<a class="ansibleOptionLink" href="#parameter-address" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>The IP address for the A or AAAA record.</p>
-<p>Required for <code class="docutils literal notranslate"><span class="pre">type=A</span></code> or <code class="docutils literal notranslate"><span class="pre">type=AAAA</span></code></p>
+<p>Required for <em>type=A</em> or <em>type=AAAA</em>.</p>
</div></td>
</tr>
<tr class="row-odd"><td><div class="ansible-option-cell">
@@ -199,7 +199,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-i
<a class="ansibleOptionLink" href="#parameter-flags" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>Sets one of the possible flags of NAPTR record.</p>
-<p>Required for <code class="docutils literal notranslate"><span class="pre">type=NAPTR</span></code></p>
+<p>Required for <em>type=NAPTR</em>.</p>
<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
<ul class="simple">
<li><p><span class="ansible-option-choices-entry">S</span></p></li>
@@ -214,7 +214,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-i
<a class="ansibleOptionLink" href="#parameter-order" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">integer</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>Sets the order of the NAPTR record.</p>
-<p>Required for <code class="docutils literal notranslate"><span class="pre">type=NAPTR</span></code></p>
+<p>Required for <em>type=NAPTR</em>.</p>
</div></td>
</tr>
<tr class="row-odd"><td><div class="ansible-option-cell">
@@ -229,7 +229,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-i
<a class="ansibleOptionLink" href="#parameter-port" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">integer</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>Sets the port of the SRV record.</p>
-<p>Required for <code class="docutils literal notranslate"><span class="pre">type=SRV</span></code></p>
+<p>Required for <em>type=SRV</em>.</p>
</div></td>
</tr>
<tr class="row-odd"><td><div class="ansible-option-cell">
@@ -237,7 +237,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-i
<a class="ansibleOptionLink" href="#parameter-preference" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">integer</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>Sets the preference of the NAPTR record.</p>
-<p>Required for <code class="docutils literal notranslate"><span class="pre">type=NAPTR</span></code></p>
+<p>Required for <em>type=NAPTR</em>.</p>
</div></td>
</tr>
<tr class="row-even"><td><div class="ansible-option-cell">
@@ -253,7 +253,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-i
<a class="ansibleOptionLink" href="#parameter-replacement" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>Sets the replacement of the NAPTR record.</p>
-<p>Required for <code class="docutils literal notranslate"><span class="pre">type=NAPTR</span></code></p>
+<p>Required for <em>type=NAPTR</em>.</p>
</div></td>
</tr>
<tr class="row-even"><td><div class="ansible-option-cell">
@@ -261,7 +261,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-i
<a class="ansibleOptionLink" href="#parameter-service" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>Sets the service of the NAPTR record.</p>
-<p>Required for <code class="docutils literal notranslate"><span class="pre">type=NAPTR</span></code></p>
+<p>Required for <em>type=NAPTR</em>.</p>
</div></td>
</tr>
<tr class="row-odd"><td><div class="ansible-option-cell">
@@ -281,7 +281,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-i
<a class="ansibleOptionLink" href="#parameter-target" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>Sets the target of the SRV record.</p>
-<p>Required for <code class="docutils literal notranslate"><span class="pre">type=SRV</span></code></p>
+<p>Required for <em>type=SRV</em>.</p>
</div></td>
</tr>
<tr class="row-odd"><td><div class="ansible-option-cell">
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/layman_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/layman_module.html
index ea553d1..c9111aa 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/layman_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/layman_module.html
@@ -181,7 +181,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-l
<div class="ansibleOptionAnchor" id="parameter-name"></div><p class="ansible-option-title" id="ansible-collections-community-general-layman-module-parameter-name"><strong>name</strong></p>
<a class="ansibleOptionLink" href="#parameter-name" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span> / <span class="ansible-option-required">required</span></p>
</div></td>
-<td><div class="ansible-option-cell"><p>The overlay id to install, synchronize, or uninstall. Use ‘ALL’ to sync all of the installed overlays (can be used only when <code class="docutils literal notranslate"><span class="pre">state=updated</span></code>).</p>
+<td><div class="ansible-option-cell"><p>The overlay id to install, synchronize, or uninstall. Use ‘ALL’ to sync all of the installed overlays (can be used only when <em>state=updated</em>).</p>
</div></td>
</tr>
<tr class="row-even"><td><div class="ansible-option-cell">
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/nmcli_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/nmcli_module.html
index db358fb..62cf7ae 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/nmcli_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/nmcli_module.html
@@ -1105,7 +1105,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-n
<a class="ansibleOptionLink" href="#parameter-vpn/ipsec-enabled" 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>Enable or disable IPSec tunnel to L2TP host.</p>
-<p>This option is need when <code class="docutils literal notranslate"><span class="pre">service-type</span></code> is <code class="docutils literal notranslate"><span class="pre">l2tp</span></code>.</p>
+<p>This option is need when <code class="docutils literal notranslate"><span class="pre">service-type</span></code> is <code class="docutils literal notranslate"><span class="pre">org.freedesktop.NetworkManager.l2tp</span></code>.</p>
<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
<ul class="simple">
<li><p><span class="ansible-option-choices-entry">false</span></p></li>
@@ -1150,11 +1150,6 @@ see <a class="reference internal" href="#ansible-collections-community-general-n
<a class="ansibleOptionLink" href="#parameter-vpn/service-type" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span> / <span class="ansible-option-required">required</span></p>
</div></td>
<td><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"><p>This defines the service type of connection.</p>
-<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
-<ul class="simple">
-<li><p><span class="ansible-option-choices-entry">pptp</span></p></li>
-<li><p><span class="ansible-option-choices-entry">l2tp</span></p></li>
-</ul>
</div></td>
</tr>
<tr class="row-odd"><td><div class="ansible-option-indent"></div><div class="ansible-option-cell">
@@ -2131,7 +2126,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-n
<span class="w"> </span><span class="nt">conn_name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">my-vpn-connection</span><span class="w"></span>
<span class="w"> </span><span class="nt">vpn</span><span class="p">:</span><span class="w"></span>
<span class="w"> </span><span class="nt">permissions</span><span class="p">:</span><span class="w"> </span><span class="s">"</span><span class="cp">{{</span> <span class="nv">ansible_user</span> <span class="cp">}}</span><span class="s">"</span><span class="w"></span>
-<span class="w"> </span><span class="nt">service-type</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">l2tp</span><span class="w"></span>
+<span class="w"> </span><span class="nt">service-type</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">org.freedesktop.NetworkManager.l2tp</span><span class="w"></span>
<span class="w"> </span><span class="nt">gateway</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">vpn.example.com</span><span class="w"></span>
<span class="w"> </span><span class="nt">password-flags</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">2</span><span class="w"></span>
<span class="w"> </span><span class="nt">user</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">brittany</span><span class="w"></span>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/open_iscsi_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/open_iscsi_module.html
index 1a0391e..e6ecfd8 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/open_iscsi_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/open_iscsi_module.html
@@ -199,7 +199,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-o
<a class="ansibleOptionLink" href="#parameter-discover" 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-cell"><p>Whether the list of target nodes on the portal should be (re)discovered and added to the persistent iSCSI database.</p>
-<p>Keep in mind that <code class="docutils literal notranslate"><span class="pre">iscsiadm</span></code> discovery resets configuration, like <code class="docutils literal notranslate"><span class="pre">node.startup</span></code> to manual, hence combined with <code class="docutils literal notranslate"><span class="pre">auto_node_startup=true</span></code> will always return a changed state.</p>
+<p>Keep in mind that <code class="docutils literal notranslate"><span class="pre">iscsiadm</span></code> discovery resets configuration, like <code class="docutils literal notranslate"><span class="pre">node.startup</span></code> to manual, hence combined with <em>auto_node_startup=true</em> will always return a changed state.</p>
<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
<ul class="simple">
<li><p><span class="ansible-option-default-bold">false</span> <span class="ansible-option-default">← (default)</span></p></li>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/osx_defaults_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/osx_defaults_module.html
index 33ac928..9419342 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/osx_defaults_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/osx_defaults_module.html
@@ -240,7 +240,7 @@
<a class="ansibleOptionLink" href="#parameter-value" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">any</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>The value to write.</p>
-<p>Only required when <code class="docutils literal notranslate"><span class="pre">state=present</span></code>.</p>
+<p>Only required when <em>state=present</em>.</p>
</div></td>
</tr>
</tbody>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/pacman_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/pacman_module.html
index 9ddf976..94929dd 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/pacman_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/pacman_module.html
@@ -181,7 +181,7 @@
<div class="ansibleOptionAnchor" id="parameter-force"></div><p class="ansible-option-title" id="ansible-collections-community-general-pacman-module-parameter-force"><strong>force</strong></p>
<a class="ansibleOptionLink" href="#parameter-force" 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-cell"><p>When removing packages, forcefully remove them, without any checks. Same as <code class="docutils literal notranslate"><span class="pre">extra_args="--nodeps</span> <span class="pre">--nodeps"</span></code>. When combined with <em>update_cache</em>, force a refresh of all package databases. Same as <code class="docutils literal notranslate"><span class="pre">update_cache_extra_args="--refresh</span> <span class="pre">--refresh"</span></code>.</p>
+<td><div class="ansible-option-cell"><p>When removing packages, forcefully remove them, without any checks. Same as <em>extra_args=”–nodeps –nodeps”</em>. When combined with <em>update_cache</em>, force a refresh of all package databases. Same as <em>update_cache_extra_args=”–refresh –refresh”</em>.</p>
<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
<ul class="simple">
<li><p><span class="ansible-option-default-bold">false</span> <span class="ansible-option-default">← (default)</span></p></li>
@@ -218,7 +218,7 @@
<p><span class="ansible-option-versionadded">added in 5.4.0 of community.general</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>Set the install reason for <code class="docutils literal notranslate"><span class="pre">all</span></code> packages or only for <code class="docutils literal notranslate"><span class="pre">new</span></code> packages.</p>
-<p>In case of <code class="docutils literal notranslate"><span class="pre">state=latest</span></code> already installed packages which will be updated to a newer version are not counted as <code class="docutils literal notranslate"><span class="pre">new</span></code>.</p>
+<p>In case of <em>state=latest</em> already installed packages which will be updated to a newer version are not counted as <code class="docutils literal notranslate"><span class="pre">new</span></code>.</p>
<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
<ul class="simple">
<li><p><span class="ansible-option-choices-entry">all</span></p></li>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/pipx_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/pipx_module.html
index 24b77ce..ea1e289 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/pipx_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/pipx_module.html
@@ -21,7 +21,7 @@
<script src="../../../_static/doctools.js"></script>
<script src="../../../_static/js/theme.js"></script>
<link rel="search" title="Search" href="../../../search.html" />
- <link rel="next" title="community.general.pkg5 module – Manages packages with the Solaris 11 Image Packaging System" href="pkg5_module.html" />
+ <link rel="next" title="community.general.pipx_info module – Rretrieves information about applications installed with pipx" href="pipx_info_module.html" />
<link rel="prev" title="community.general.pip_package_info module – pip package information" href="pip_package_info_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
@@ -360,7 +360,7 @@
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="pip_package_info_module.html" class="btn btn-neutral float-left" title="community.general.pip_package_info module – pip package information" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
- <a href="pkg5_module.html" class="btn btn-neutral float-right" title="community.general.pkg5 module – Manages packages with the Solaris 11 Image Packaging System" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
+ <a href="pipx_info_module.html" class="btn btn-neutral float-right" title="community.general.pipx_info module – Rretrieves information about applications installed with pipx" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/pkg5_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/pkg5_module.html
index 756fb63..b226da3 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/pkg5_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/pkg5_module.html
@@ -22,7 +22,7 @@
<script src="../../../_static/js/theme.js"></script>
<link rel="search" title="Search" href="../../../search.html" />
<link rel="next" title="community.general.pkg5_publisher module – Manages Solaris 11 Image Packaging System publishers" href="pkg5_publisher_module.html" />
- <link rel="prev" title="community.general.pipx module – Manages applications installed with pipx" href="pipx_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
+ <link rel="prev" title="community.general.pipx_info module – Rretrieves information about applications installed with pipx" href="pipx_info_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
@@ -275,7 +275,7 @@
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
- <a href="pipx_module.html" class="btn btn-neutral float-left" title="community.general.pipx module – Manages applications installed with pipx" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
+ <a href="pipx_info_module.html" class="btn btn-neutral float-left" title="community.general.pipx_info module – Rretrieves information about applications installed with pipx" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="pkg5_publisher_module.html" class="btn btn-neutral float-right" title="community.general.pkg5_publisher module – Manages Solaris 11 Image Packaging System publishers" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/pkgng_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/pkgng_module.html
index 81e4f81..3753094 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/pkgng_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/pkgng_module.html
@@ -226,8 +226,8 @@
<p class="ansible-option-type-line"><span class="ansible-option-type">list</span> / <span class="ansible-option-elements">elements=string</span> / <span class="ansible-option-required">required</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>Name or list of names of packages to install/remove.</p>
-<p>With <em>name=*</em>, <em>state: latest</em> will operate, but <em>state: present</em> and <em>state: absent</em> will be noops.</p>
-<p>Warning: In Ansible 2.9 and earlier this module had a misfeature where <em>name=*</em> with <em>state: latest</em> or <em>state: present</em> would install every package from every package repository, filling up the machines disk. Avoid using them unless you are certain that your role will only be used with newer versions.</p>
+<p>With <em>name=*</em>, <em>state=latest</em> will operate, but <em>state=present</em> and <em>state=absent</em> will be noops.</p>
+<p>Warning: In Ansible 2.9 and earlier this module had a misfeature where <em>name=*</em> with <em>state=latest</em> or <em>state=present</em> would install every package from every package repository, filling up the machines disk. Avoid using them unless you are certain that your role will only be used with newer versions.</p>
</div></td>
</tr>
<tr class="row-odd"><td><div class="ansible-option-cell">
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/pkgutil_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/pkgutil_module.html
index 908c774..0c0ffe9 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/pkgutil_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/pkgutil_module.html
@@ -181,7 +181,7 @@
<p class="ansible-option-type-line"><span class="ansible-option-type">list</span> / <span class="ansible-option-elements">elements=string</span> / <span class="ansible-option-required">required</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>The name of the package.</p>
-<p>When using <code class="docutils literal notranslate"><span class="pre">state=latest</span></code>, this can be <code class="docutils literal notranslate"><span class="pre">'*'</span></code>, which updates all installed packages managed by pkgutil.</p>
+<p>When using <em>state=latest</em>, this can be <code class="docutils literal notranslate"><span class="pre">'*'</span></code>, which updates all installed packages managed by pkgutil.</p>
</div></td>
</tr>
<tr class="row-even"><td><div class="ansible-option-cell">
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/seport_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/seport_module.html
index 8d870d7..e4ecb00 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/seport_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/seport_module.html
@@ -182,6 +182,19 @@ see <a class="reference internal" href="#ansible-collections-community-general-s
</div></td>
</tr>
<tr class="row-odd"><td><div class="ansible-option-cell">
+<div class="ansibleOptionAnchor" id="parameter-local"></div><p class="ansible-option-title" id="ansible-collections-community-general-seport-module-parameter-local"><strong>local</strong></p>
+<a class="ansibleOptionLink" href="#parameter-local" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
+<p><span class="ansible-option-versionadded">added in 5.6.0 of community.general</span></p>
+</div></td>
+<td><div class="ansible-option-cell"><p>Work with local modifications only.</p>
+<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
+<ul class="simple">
+<li><p><span class="ansible-option-default-bold">false</span> <span class="ansible-option-default">← (default)</span></p></li>
+<li><p><span class="ansible-option-choices-entry">true</span></p></li>
+</ul>
+</div></td>
+</tr>
+<tr class="row-even"><td><div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-ports"></div><p class="ansible-option-title" id="ansible-collections-community-general-seport-module-parameter-ports"><strong>ports</strong></p>
<a class="ansibleOptionLink" href="#parameter-ports" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">list</span> / <span class="ansible-option-elements">elements=string</span> / <span class="ansible-option-required">required</span></p>
</div></td>
@@ -189,7 +202,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-s
<p>Can be a list (since 2.6) or comma separated string.</p>
</div></td>
</tr>
-<tr class="row-even"><td><div class="ansible-option-cell">
+<tr class="row-odd"><td><div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-proto"></div><p class="ansible-option-title" id="ansible-collections-community-general-seport-module-parameter-proto"><strong>proto</strong></p>
<a class="ansibleOptionLink" href="#parameter-proto" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span> / <span class="ansible-option-required">required</span></p>
</div></td>
@@ -201,7 +214,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-s
</ul>
</div></td>
</tr>
-<tr class="row-odd"><td><div class="ansible-option-cell">
+<tr class="row-even"><td><div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-reload"></div><p class="ansible-option-title" id="ansible-collections-community-general-seport-module-parameter-reload"><strong>reload</strong></p>
<a class="ansibleOptionLink" href="#parameter-reload" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
</div></td>
@@ -213,14 +226,14 @@ see <a class="reference internal" href="#ansible-collections-community-general-s
</ul>
</div></td>
</tr>
-<tr class="row-even"><td><div class="ansible-option-cell">
+<tr class="row-odd"><td><div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-setype"></div><p class="ansible-option-title" id="ansible-collections-community-general-seport-module-parameter-setype"><strong>setype</strong></p>
<a class="ansibleOptionLink" href="#parameter-setype" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span> / <span class="ansible-option-required">required</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>SELinux type for the specified port.</p>
</div></td>
</tr>
-<tr class="row-odd"><td><div class="ansible-option-cell">
+<tr class="row-even"><td><div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-state"></div><p class="ansible-option-title" id="ansible-collections-community-general-seport-module-parameter-state"><strong>state</strong></p>
<a class="ansibleOptionLink" href="#parameter-state" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
</div></td>
@@ -276,6 +289,14 @@ see <a class="reference internal" href="#ansible-collections-community-general-s
<span class="w"> </span><span class="nt">proto</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">tcp</span><span class="w"></span>
<span class="w"> </span><span class="nt">setype</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">memcache_port_t</span><span class="w"></span>
<span class="w"> </span><span class="nt">state</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">present</span><span class="w"></span>
+
+<span class="p p-Indicator">-</span><span class="w"> </span><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">Remove tcp port 22 local modification if exists</span><span class="w"></span>
+<span class="w"> </span><span class="nt">community.general.seport</span><span class="p">:</span><span class="w"></span>
+<span class="w"> </span><span class="nt">ports</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">22</span><span class="w"></span>
+<span class="w"> </span><span class="nt">protocol</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">tcp</span><span class="w"></span>
+<span class="w"> </span><span class="nt">setype</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">ssh_port_t</span><span class="w"></span>
+<span class="w"> </span><span class="nt">state</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">absent</span><span class="w"></span>
+<span class="w"> </span><span class="nt">local</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span><span class="w"></span>
</pre></div>
</div>
<section id="authors">
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/sorcery_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/sorcery_module.html
index 21b51e9..38ce800 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/sorcery_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/sorcery_module.html
@@ -203,7 +203,7 @@ see <a class="reference internal" href="#ansible-collections-community-general-s
</div></td>
<td><div class="ansible-option-cell"><p>Whether to cast, dispel or rebuild a package</p>
<p>state <code class="docutils literal notranslate"><span class="pre">cast</span></code> is an equivalent of <code class="docutils literal notranslate"><span class="pre">present</span></code>, not <code class="docutils literal notranslate"><span class="pre">latest</span></code></p>
-<p>state <code class="docutils literal notranslate"><span class="pre">latest</span></code> always triggers <code class="docutils literal notranslate"><span class="pre">update_cache=true</span></code></p>
+<p>state <code class="docutils literal notranslate"><span class="pre">latest</span></code> always triggers <em>update_cache=true</em></p>
<p>state <code class="docutils literal notranslate"><span class="pre">rebuild</span></code> implies cast of all specified spells, not only those existed before</p>
<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
<ul class="simple">
diff --git a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/svr4pkg_module.html b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/svr4pkg_module.html
index 0889057..048d3c7 100644
--- a/home/runner/work/community.general/community.general/docsbuild/base/collections/community/general/svr4pkg_module.html
+++ b/home/runner/work/community.general/community.general/docsbuild/head/collections/community/general/svr4pkg_module.html
@@ -182,7 +182,7 @@
<div class="ansibleOptionAnchor" id="parameter-proxy"></div><p class="ansible-option-title" id="ansible-collections-community-general-svr4pkg-module-parameter-proxy"><strong>proxy</strong></p>
<a class="ansibleOptionLink" href="#parameter-proxy" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
</div></td>
-<td><div class="ansible-option-cell"><p>HTTP[s] proxy to be used if <code class="docutils literal notranslate"><span class="pre">src</span></code> is a URL.</p>
+<td><div class="ansible-option-cell"><p>HTTP[s] proxy to be used if <em>src</em> is a URL.</p>
</div></td>
</tr>
<tr class="row-odd"><td><div class="ansible-option-cell">
@@ -196,7 +196,7 @@
<div class="ansibleOptionAnchor" id="parameter-src"></div><p class="ansible-option-title" id="ansible-collections-community-general-svr4pkg-module-parameter-src"><strong>src</strong></p>
<a class="ansibleOptionLink" href="#parameter-src" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
</div></td>
-<td><div class="ansible-option-cell"><p>Specifies the location to install the package from. Required when <code class="docutils literal notranslate"><span class="pre">state=present</span></code>.</p>
+<td><div class="ansible-option-cell"><p>Specifies the location to install the package from. Required when <em>state=present</em>.</p>
<p>Can be any path acceptable to the <code class="docutils literal notranslate"><span class="pre">pkgadd</span></code> command’s <code class="docutils literal notranslate"><span class="pre">-d</span></code> option. e.g.: <code class="docutils literal notranslate"><span class="pre">somefile.pkg</span></code>, <code class="docutils literal notranslate"><sp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@reitermarkus any more comments on this? |
No more comments, looks fine to me. |
SUMMARY
Replace new conditional with 3 new conditionals to handle ability to update KVM with vmid and not necessarily the VM name.
ISSUE TYPE
COMPONENT NAME
proxmox_kvm
ADDITIONAL INFORMATION
Conditional from #5108 requires the vm name.