summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Travouillon <devel@travouillon.fr>2021-03-08 12:57:02 -0500
committerGitHub <noreply@github.com>2021-03-08 11:57:02 -0600
commitd78867e493a5dcc77ce3c9df146cbdce0f76ffb2 (patch)
treecd61cbe97a4680a32450ce0b53389ea56e997d01
parent9a86f8c10e297049d0a2582a5ce905a9c83600b6 (diff)
downloadansible-d78867e493a5dcc77ce3c9df146cbdce0f76ffb2.tar.gz
move firewalld to ansible.posix (#70692) (#73689)
* move firewalld to ansible.posix (#70692) Signed-off-by: Adam Miller <admiller@redhat.com> (cherry picked from commit b479adddce8fe46a2df5469f130cf7b6ad70fdc4) * Update changelogs/fragments/73689-move-firewalld-to-ansible-posix.yaml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Adam Miller <admiller@redhat.com>
-rw-r--r--changelogs/fragments/73689-move-firewalld-to-ansible-posix.yaml3
-rw-r--r--lib/ansible/config/ansible_builtin_runtime.yml2
2 files changed, 4 insertions, 1 deletions
diff --git a/changelogs/fragments/73689-move-firewalld-to-ansible-posix.yaml b/changelogs/fragments/73689-move-firewalld-to-ansible-posix.yaml
new file mode 100644
index 0000000000..b644adb038
--- /dev/null
+++ b/changelogs/fragments/73689-move-firewalld-to-ansible-posix.yaml
@@ -0,0 +1,3 @@
+bugfixes:
+- runtime routing - redirect ``firewalld`` to ``ansible.posix.firewalld`` FQCN
+ (https://github.com/ansible/ansible/issues/73689).
diff --git a/lib/ansible/config/ansible_builtin_runtime.yml b/lib/ansible/config/ansible_builtin_runtime.yml
index 3ad73d98dd..d02a304772 100644
--- a/lib/ansible/config/ansible_builtin_runtime.yml
+++ b/lib/ansible/config/ansible_builtin_runtime.yml
@@ -3101,7 +3101,7 @@ plugin_routing:
filesystem:
redirect: community.general.filesystem
firewalld:
- redirect: community.general.firewalld
+ redirect: ansible.posix.firewalld
gconftool2:
redirect: community.general.gconftool2
interfaces_file: