1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/modules
Adam Miller 231961564a fix firwewalld permanent zone operations (#42868)
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>
2018-08-12 03:08:05 -04:00
..
cloud cs_pod: workaround for 4.11 API break (#43944) 2018-08-11 09:22:14 +02:00
clustering Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
commands Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
crypto Validate and reject if csr_path is not supplied when provider is not assertonly (#41385) 2018-07-27 05:24:51 -04:00
database added version info and removed 'bare' exception 2018-08-02 18:19:43 -04:00
files Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
identity Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
inventory Fix typo in group_by module (#41627) 2018-06-18 15:33:08 +05:30
messaging Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
monitoring Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
net_tools ldap_entry bugfix (#43620) 2018-08-06 15:01:08 +05:30
network replace errant use of 'response' with 'answer' (#43985) 2018-08-10 14:37:22 -07:00
notification Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
packaging Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
remote_management Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
source_control Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
storage New module for managing EMC VNX Block storage (#42945) 2018-08-09 10:38:26 -07:00
system fix firwewalld permanent zone operations (#42868) 2018-08-12 03:08:05 -04:00
utilities Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
web_infrastructure To improve readability, we added a line feed. (#43801) 2018-08-08 16:10:26 -07:00
windows win_domain modules: ensure Netlogon service is still running after promotion (#43703) 2018-08-10 16:17:45 +10:00
__init__.py