From d78867e493a5dcc77ce3c9df146cbdce0f76ffb2 Mon Sep 17 00:00:00 2001 From: Bruno Travouillon Date: Mon, 8 Mar 2021 12:57:02 -0500 Subject: [PATCH] move firewalld to ansible.posix (#70692) (#73689) * move firewalld to ansible.posix (#70692) Signed-off-by: Adam Miller (cherry picked from commit b479adddce8fe46a2df5469f130cf7b6ad70fdc4) * Update changelogs/fragments/73689-move-firewalld-to-ansible-posix.yaml Co-authored-by: Felix Fontein Co-authored-by: Adam Miller --- .../fragments/73689-move-firewalld-to-ansible-posix.yaml | 3 +++ lib/ansible/config/ansible_builtin_runtime.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/73689-move-firewalld-to-ansible-posix.yaml 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 00000000000..b644adb038b --- /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 3ad73d98dd6..d02a3047728 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: