community.general/lib/ansible/modules
Martin Kopta c4ad0f86c7 fixed yum.parse_check_update regex (#24331)
Output of `yum check-update` can contain lines with long package names and long
repository label names, which will be broken into multiple lines, which need to
be sanitized. The solution to this has been fixed and refactored in 2.3 in form
of parse_check_update(), but it still contains subtle bug, which makes such
multi-lines invisible to later logic (such packages aren't included in
parse_check_update()) output. The problem is caused by using '\1' in re.sub(),
instead of proper r'\1', which literally puts unicode symbol \1 into resulting
output.
2017-05-05 17:01:30 -04:00
..
cloud [cloud] Add version_added to route53 option 'state' - fixes #24306 (#24335) 2017-05-05 14:58:34 -04:00
clustering fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
commands Switch last remaining decode to to_text (#24269) 2017-05-03 16:51:17 -05:00
crypto fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
database fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
files Fix version_added for new option in template introduced in #21846 (#24307) 2017-05-04 14:53:00 -05:00
identity New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
inventory New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
messaging Fix #23338 - rabbitmq_queue message ttl can't be 0 (#23448) 2017-04-15 00:51:40 +02:00
monitoring fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
net_tools Add validate_certs option to ldap_attr, ldap_entry (#24060) 2017-05-03 16:29:55 +01:00
network nxos_vrf refactor (#24280) 2017-05-05 15:38:30 +05:30
notification sns: move from notification directory to cloud/amazon directory - fixes #11874 (#23805) 2017-05-02 10:05:48 -04:00
packaging fixed yum.parse_check_update regex (#24331) 2017-05-05 17:01:30 -04:00
remote_management fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
source_control Fixes #23285 (#24291) 2017-05-04 10:08:39 -07:00
storage fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
system adjusted descriptions in DOCUMENTATION, and fixed type in RETURN 2017-05-04 07:38:34 -07:00
utilities fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
web_infrastructure Pep8 fixes for deploy_helper (#24237) 2017-05-03 11:30:15 +01:00
windows Fix win_user warning message (#24263) 2017-05-04 12:53:19 -07:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00