mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
40f9445aea
* Fix module failure due to itertools.izip_longest * Add changelog fragment. Remove itertools import * Update changelogs/fragments/4206-imc-rest-module.yaml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Boris Vasilev <bvasilev@vmware.com> Co-authored-by: Felix Fontein <felix@fontein.de>
2 lines
204 B
YAML
2 lines
204 B
YAML
bugfixes:
|
|
- imc_rest - fixes the module failure due to the usage of ``itertools.izip_longest`` which is not available in Python 3 (https://github.com/ansible-collections/community.general/issues/4206).
|