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 b479adddce)

* 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>
pull/73776/head
Bruno Travouillon 4 years ago committed by GitHub
parent 9a86f8c10e
commit d78867e493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,3 @@
bugfixes:
- runtime routing - redirect ``firewalld`` to ``ansible.posix.firewalld`` FQCN
(https://github.com/ansible/ansible/issues/73689).

@ -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:

Loading…
Cancel
Save