Files
community.general/lib/ansible/modules
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
..
2017-02-21 17:45:46 -05:00
2017-02-02 11:45:22 -08:00
2017-02-10 15:13:59 -05:00
2017-02-15 13:01:43 -08:00
2017-02-24 17:41:53 +01:00
2016-12-08 11:35:20 -05:00