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
..
cloud Set os_server metadata on existing instances (#19318) 2017-02-24 12:46:03 +01:00
clustering use safe load instead 2017-02-21 17:45:46 -05:00
commands YAML fixes for examples in additional modules 2017-02-15 13:01:43 -08:00
crypto Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
database Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
files Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
identity IPA: Remove duplicated code and fix a bug that occurs if empty lists were passed and IPA didn't know the value before (#19210) 2017-02-08 14:16:44 +00:00
inventory
messaging no log passwords (#21229) 2017-02-10 15:13:59 -05:00
monitoring Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
network Remove check_args import (#21905) 2017-02-24 17:41:53 +01:00
notification Remove explicit port from pushover module (#19078) 2017-02-23 10:40:04 -06:00
packaging redhat_subcription module accepts id in the pool argument [#3898] 2017-02-24 10:38:46 -05:00
remote_management Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
source_control Add validate_certs options to gitlab_user and gitlab_group modules (#21415) 2017-02-20 10:43:36 +01:00
storage Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
system Fix firewalld get_masquerade_enabled_permanent error (#21693) 2017-02-24 12:32:28 -05:00
utilities Document returned values of module pause 2017-02-23 13:47:18 -05:00
web_infrastructure Remove unnecessary shebangs and execute bits. 2017-02-22 18:13:46 -08:00
windows win_environment: Clean up, check-mode and diff support (#21356) 2017-02-24 10:34:05 +00:00
__init__.py