mirror of https://github.com/ansible/ansible.git
docker_util: Handle error in JSON parsing (#77298)
While getting hostname from container, podman command fails to return JSON so wrap exception and return hostname as 'None' Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/77327/head
parent
68b5db328f
commit
1100289a45
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
minor_changes:
|
||||||
|
- ansible-test - handle JSON decode error gracefully in podman environment.
|
Loading…
Reference in New Issue