mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
Fixes #42310 Previously, the firewalld module was making a call to FirewallClientConfig.getZoneNames() which doesn't exist in versions of firwalld older than 0.4.2, this patch implements the same logic with older API calls to not require a newer version of firewalld. Signed-off-by: Adam Miller <admiller@redhat.com>