community.general/lib/ansible
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
..
cli added versions to dep notices (#24019) 2017-04-27 12:48:31 -04:00
compat Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors moved to exceptions for basic skip/fails 2017-04-25 14:48:56 -04:00
executor added versions to dep notices (#24019) 2017-04-27 12:48:31 -04:00
galaxy fix ansible galaxy file mangling (#23703) 2017-04-19 14:15:20 -04:00
inventory correctly get all hosts in 'all' 2017-04-07 13:17:03 -04:00
module_utils Junos_config unicode (#23369) 2017-04-27 11:44:26 -04:00
modules Fix orphan resource pool crash (Issue #24078) (#24079) 2017-04-28 15:14:05 -04:00
parsing Use sys.stdout.buffer to write vault bytes to stdout on py3 (#23760) 2017-04-24 10:09:03 -04:00
playbook added versions to dep notices (#24019) 2017-04-27 12:48:31 -04:00
plugins Print specific error for BadHostKeyException (#24120) 2017-04-28 13:57:32 -04:00
template added versions to dep notices (#24019) 2017-04-27 12:48:31 -04:00
utils Remove unused+circular import in listify.py (#24038) 2017-04-26 16:56:00 -04:00
vars avoid hosts 'pre templated warnings' (#23878) 2017-04-24 15:19:52 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Document deprecation of fetch module validate_md5 and update --tags merging deprecation (#24022) 2017-04-26 19:57:21 -07:00
release.py Bumping devel version to 2.4.0 2017-03-15 09:42:01 -05:00