archive: Fix paramater types (#1039)

* archive: Fix ignored sanity test parameter-list-no-elements

* Fix wrong argument type

* Add changelog

* Add integration test for a list of files
This commit is contained in:
Amin Vakil 2020-11-24 10:41:36 +03:30 committed by GitHub
commit 31443e57b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 32 additions and 17 deletions

View file

@ -0,0 +1,3 @@
---
minor_changes:
- archive - fix paramater types (https://github.com/ansible-collections/community.general/pull/1039).