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:
parent
e160458eb6
commit
d2daf7262e
5 changed files with 16 additions and 48 deletions
|
|
@ -77,7 +77,7 @@ def main():
|
|||
results = {
|
||||
"changed": changed,
|
||||
"stdout": out,
|
||||
"stderr": err,
|
||||
"stderr": err
|
||||
}
|
||||
module.exit_json(**results)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue