1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-03-22 02:29:08 +00:00

Optimize the podman_runlabel integration test (#640)

I used [1] as example.

[1]: https://fossies.org/linux/podman/test/system/037-runlabel.bats

Signed-off-by: Pavel Dostál <pdostal@pdostal.cz>
This commit is contained in:
Pavel Dostál 2023-09-05 10:28:58 +02:00 committed by GitHub
parent e160458eb6
commit d2daf7262e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 48 deletions

View file

@ -77,7 +77,7 @@ def main():
results = {
"changed": changed,
"stdout": out,
"stderr": err,
"stderr": err
}
module.exit_json(**results)