* 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>
This commit is contained in:
parent
9a86f8c10e
commit
d78867e493
2 changed files with 4 additions and 1 deletions
|
@ -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:
|
filesystem:
|
||||||
redirect: community.general.filesystem
|
redirect: community.general.filesystem
|
||||||
firewalld:
|
firewalld:
|
||||||
redirect: community.general.firewalld
|
redirect: ansible.posix.firewalld
|
||||||
gconftool2:
|
gconftool2:
|
||||||
redirect: community.general.gconftool2
|
redirect: community.general.gconftool2
|
||||||
interfaces_file:
|
interfaces_file:
|
||||||
|
|
Loading…
Reference in a new issue