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
parent d95910963b
commit 9ccc0464ff
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).