summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorKristopher Newsome <kristopher@corelight.com>2025-01-14 16:43:08 +0100
committerGitHub <noreply@github.com>2025-01-14 16:43:08 +0100
commitf727d74fc248ed29da403e5240816449f25d9836 (patch)
tree5bdab438937602d62ed883f633c73ecf41909b8c /changelogs
parentUser: Update prompt for SSH key passphrase prompt (#84521) (diff)
downloadansible-f727d74fc248ed29da403e5240816449f25d9836.tar.xz
ansible-f727d74fc248ed29da403e5240816449f25d9836.zip
Allows iptables chain creation with wait parameter (#84491)
* Allows iptables chain creation with wait parameter Fixes #84490 * Add the changelog fragment for 84490
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/84490-allow-iptables-chain-creation-with-wait.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/84490-allow-iptables-chain-creation-with-wait.yml b/changelogs/fragments/84490-allow-iptables-chain-creation-with-wait.yml
new file mode 100644
index 0000000000..330c39f24f
--- /dev/null
+++ b/changelogs/fragments/84490-allow-iptables-chain-creation-with-wait.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - iptables - Allows the wait paramater to be used with iptables chain creation (https://github.com/ansible/ansible/issues/84490)