archive - adding dest_state return value and enhancing integration tests. (#2913)

* Initial commit

* Adding changelog fragment

* fixing changelog fragment

* Updating documentation

* Applying review suggestions
This commit is contained in:
Ajpantuso
2021-07-10 06:58:30 -04:00
committed by GitHub
parent 1b80a9c587
commit 288fe1cfc6
9 changed files with 521 additions and 602 deletions

View File

@@ -0,0 +1,4 @@
---
minor_changes:
- archive - added ``dest_state`` return value to describe final state of ``dest`` after successful task execution
(https://github.com/ansible-collections/community.general/pull/2913).