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

* Initial commit

* Adding changelog fragment

* fixing changelog fragment

* Updating documentation

* Applying review suggestions

(cherry picked from commit 288fe1cfc6)

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
This commit is contained in:
patchback[bot]
2021-07-10 13:19:53 +02:00
committed by GitHub
parent a09d70daa0
commit 6ca3e78d11
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).