78c4f03e50
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 |
||
---|---|---|
.. | ||
ansible |