archive: remove path folder itself when remove paramater is true (#1083)

* Remove paths folders themselves

* Add changelog

* Add remove integration test

* Check excluded file
This commit is contained in:
Amin Vakil 2020-11-19 23:21:16 +03:30 committed by GitHub
commit 9ccc0464ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 136 additions and 0 deletions

View file

@ -0,0 +1,3 @@
---
bugfixes:
- archive - remove path folder itself when ``remove`` paramater is true (https://github.com/ansible-collections/community.general/issues/1041).