mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Restore the automatic addition of invocation to the output
Revert "Remove auto-added invocation return value as it is not used by v2 and could leak sensitive data." This reverts commit6ce6b20268
. Remove the note that invocation was removed as we've now restored it. Revert "keyword not in ubuntu 14.04" This reverts commit5c01622457
. Revert "remove invocation keyword check" This reverts commit5177cb3f74
.
This commit is contained in:
parent
498c27d09a
commit
6b6d03290a
5 changed files with 12 additions and 1 deletions
|
@ -63,6 +63,7 @@
|
|||
- name: verify apt module outputs
|
||||
assert:
|
||||
that:
|
||||
- "'invocation' in apt_result"
|
||||
- "'changed' in apt_result"
|
||||
- "'stderr' in apt_result"
|
||||
- "'stdout' in apt_result"
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
- name: verify yum module outputs
|
||||
assert:
|
||||
that:
|
||||
- "'invocation' in yum_result"
|
||||
- "'changed' in yum_result"
|
||||
- "'msg' in yum_result"
|
||||
- "'rc' in yum_result"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue