Files
community.general/lib/ansible/modules/system
Adrian Likins 78c4f03e50 Fix firewalld get_masquerade_enabled_permanent error (#21693)
get_masquerade_* functions only take one arg. The action_handler
wrapper function expected a tuple, but was being passed (zone)
instead of (zone,) making for an ambiquous tuple. The
(zone) arg was being treated as a tuple/list of six chars
(the zone name) instead of a tuple of one string.

This would cause errors like:

        get_masquerade_enabled_permanent() takes exactly 1 argument (6 given)

Fixes #21632
2017-02-24 12:32:28 -05:00
..
2016-12-08 11:22:22 -05:00
2017-01-27 17:08:02 -08:00
2017-01-29 07:28:53 +00:00
2017-01-11 18:56:34 -05:00
2017-02-15 13:01:43 -08:00
2017-01-29 07:28:53 +00:00
2017-01-27 17:08:02 -08:00
2017-02-02 11:45:22 -08:00
2017-01-28 00:12:11 -08:00
2017-01-27 15:45:23 -08:00
2017-01-23 13:29:14 -05:00
2017-01-30 15:01:47 -08:00
2017-01-30 15:01:47 -08:00
2017-01-27 17:08:02 -08:00
2017-01-27 17:08:02 -08:00
2017-02-10 15:13:59 -05:00
2017-01-29 07:28:53 +00:00
2017-02-15 13:01:43 -08:00
2016-12-08 11:25:35 -05:00
2017-02-02 11:45:22 -08:00
2017-01-29 07:28:53 +00:00
2016-12-08 11:25:35 -05:00
2017-01-29 07:28:53 +00:00
2017-02-15 13:01:43 -08:00
2017-02-02 11:45:22 -08:00
2017-01-30 15:01:47 -08:00
2017-01-30 15:01:47 -08:00