mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 06:04:24 -07: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:
parent
323c95437b
commit
55a3ca024d
2 changed files with 4 additions and 2 deletions
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).
|
Loading…
Add table
Add a link
Reference in a new issue