community.general/lib/ansible/modules
Cody Boggs 1c11a35f70 Fix orphan resource pool crash (Issue #24078) (#24079)
Fixes issue [#24078](https://github.com/ansible/ansible/issues/24078)

Resource pools are retrieved from VSphere regardless of the state of the `resource_pool` parameter. During this process, each retrieved Resource Pool is checked for the `parent` attribute, and if it exists, the currently-scoped parent object is compared against the Resource Pool's parent object. The method doing the check, however, `assert`s that the parent object is not `None`. In some cases, a Resource Pool will have the `parent` attr, but that `parent` object will be `None`, causing the `assert` to fail.

This should avoid that. :-)
2017-04-28 15:14:05 -04:00
..
cloud Fix orphan resource pool crash (Issue #24078) (#24079) 2017-04-28 15:14:05 -04:00
clustering fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
commands fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01: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 synchronize: Fix (delegated) local rsync 2017-04-27 09:33:26 -07: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 check_mode to get_url (#20532) 2017-04-28 14:43:51 +01:00
network Refactor openvswitch_bridge (#24014) 2017-04-28 16:39:25 +02:00
notification Telegram notification module updated (#22858) 2017-04-08 12:53:35 -07:00
packaging Handle fetch_url error gracefully (#23821) 2017-04-26 10:35:40 -05:00
remote_management fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
source_control Update package installation warning (#23641) 2017-04-16 07:10:36 -04:00
storage fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
system Improve parsing of 'systemctl show' output 2017-04-27 11:42:26 -04:00
utilities fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
web_infrastructure New module: rundeck_project 2017-04-28 10:39:17 -07:00
windows fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00