ansible/changelogs/fragments/57741-podman-connection-plugin-fix-mount.yaml
Sergey 7910361b52 Fix failed mounts in podman connector and handle errors ()
Like it's described in issue  ansible podman fails to run
because of failed mount of rootless container.
2019-06-15 07:35:55 -04:00

2 lines
249 B
YAML

bugfixes:
- ansible-podman connection plugin - Fix case when mount of podman container fails and files can't be copied to/from container. Also add error handling in case of failed podman commands. (https://github.com/ansible/ansible/issues/57740)