1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fixed firewalld get_service_enabled

This commit is contained in:
Adam Miller 2013-10-02 18:52:53 -05:00
parent a94a141ad5
commit 323e8d4a8c

View file

@ -122,7 +122,7 @@ def set_port_disabled_permanent(zone, port, protocol):
#################### ####################
# service handling # service handling
# #
def get_service_enabled(zone): def get_service_enabled(zone, service):
if service in fw.getServices(zone): if service in fw.getServices(zone):
return True return True
else: else: