fixed calls to list.extend() (#2161) (#2165)

* fixed calls to list.extend()

* added changelog fragment

* Update changelogs/fragments/2161-pkgutil-list-extend.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit d92d0632eb)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2021-04-05 00:00:07 +02:00
committed by GitHub
parent 0d1f2fd513
commit 12d3c4e174
2 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- pkgutil - fixed calls to ``list.extend()`` (https://github.com/ansible-collections/community.general/pull/2161).