1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-04-20 16:18:56 +00:00
ansible-podman-collections/plugins/module_utils/podman
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
..
__init__.py Migration of Podman modules from Ansible to Containers 2020-03-06 16:29:20 +02:00
common.py Fix signal diff for truncated and RT signal names (#326) 2021-10-19 17:18:22 +03:00
podman_container_lib.py Fix signal diff for truncated and RT signal names (#326) 2021-10-19 17:18:22 +03:00
podman_pod_lib.py Add systemd generation for pods (#299) 2021-09-15 02:44:06 +03:00