community.general/lib/ansible/modules
Kevin Burke 434e9e1d8f Un-nest nested if statements (#19190)
Easier and clearer to write

if a and b:
    foo()

than

if a:
    if b:
        foo()
2017-10-13 08:32:59 -04:00
..
cloud Rename ssm_parameter_store module and ssm lookup to be prefixed with aws (#31662) 2017-10-13 13:52:10 +10:00
clustering kubernetes: PEP8 compliancy and doc fixes (#30914) 2017-09-29 01:51:23 -04:00
commands Fixes #30073: Remove 'Consider hg command' warning. (#31159) 2017-10-02 23:33:13 +02:00
crypto openssl_certificate: compare bytes with bytes on python3 (#30522) 2017-09-25 12:13:50 -07:00
database Port arg specs from type='str' to type='path' 2017-10-09 21:15:56 -07:00
files Corrects examples in the `find` module. (#31522) 2017-10-12 09:43:18 +10:00
identity ipa_sudorule: Fix issue #25863 (#26285) 2017-09-27 03:51:59 -04:00
inventory clarified inventory_dir changes for 2.4 (#31484) 2017-10-09 20:56:32 -07:00
messaging Add max_priority to give priority ability to a queue 2017-09-08 16:09:50 -07:00
monitoring Update Zabbix maintenance if it already exists to set new period, hosts etc. (#24371) 2017-10-13 13:30:15 +02:00
net_tools Port arg specs from type='str' to type='path' 2017-10-09 21:15:56 -07:00
network Fixes #31056 (#31057) 2017-10-13 10:38:44 +05:30
notification mail: Fix charset encoding issue 2017-09-21 01:07:53 +02:00
packaging pip: Use chdir directive in the venv path (fixes #25122) (#26865) 2017-10-13 12:39:47 +02:00
remote_management foreman: PEP8 compliancy and doc fixes (#30910) 2017-10-03 09:50:27 +02:00
source_control Un-nest nested if statements (#19190) 2017-10-13 08:32:59 -04:00
storage Enable more pylint rules and fix reported issues. (#30539) 2017-09-18 23:20:32 -07:00
system new module: AIX rootvg backup image using mksysb (#30460) 2017-10-12 11:58:43 -04:00
utilities wait_for: treat broken connections as "unready" (#28839) 2017-10-12 11:37:20 -04:00
web_infrastructure Port arg specs from type='str' to type='path' 2017-10-09 21:15:56 -07:00
windows minor updates + tests to win_firewall_rule as per jborean93 review (#29148) 2017-10-10 16:23:08 +10:00
__init__.py