1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-05-05 07:12:51 +00:00
ansible-podman-collections/plugins
Oliver Walsh a0377fbd24
Fix signal diff for truncated and RT signal names (#326)
* Fix signal diff for truncated and RT signal names

This refactors the signal mapping logic to closely resemble the logic in
podman.

Podman tolerates images with truncated STOPSIGNAL names e.g RTMIN+3
is used in the freeipa-container Dockerfiles.

Also avoids hardcoding real-time signals as they vary per
platform or glibc implementation (see man 7 signal).

* Cleanup lint

* More lint cleanup
2021-10-19 17:18:22 +03:00
..
connection Avoid exposing pipelining support for podman connections (#275) 2021-07-29 19:56:04 +03:00
module_utils Fix signal diff for truncated and RT signal names (#326) 2021-10-19 17:18:22 +03:00
modules Update error message when pull set to false (#327) 2021-10-19 02:01:52 +03:00