mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
* 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>
(cherry picked from commit 40f9445aea)
Co-authored-by: Boris <borisvasilev395@gmail.com>
This commit is contained in:
2
changelogs/fragments/4206-imc-rest-module.yaml
Normal file
2
changelogs/fragments/4206-imc-rest-module.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
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).
|
||||
Reference in New Issue
Block a user