1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-04-22 09:08:57 +00:00
ansible-podman-collections/plugins/module_utils/podman
Roberto Alfieri 6c87654f7f
Improve security_opt comparison between existing container (#673)
Since SElinux labels are basically annotations, they are merged in a single comma separated string in the list by podman, so we need to split them in a sorted list if we want to compare it to the list that we provide to the module.

Also, a proper test of this example has been added.

Signed-off-by: Roberto Alfieri <ralfieri@redhat.com>
2023-11-28 10:13:17 +02:00
..
__init__.py Migration of Podman modules from Ansible to Containers 2020-03-06 16:29:20 +02:00
common.py Fix common file for Python 2.7 (#643) 2023-09-06 13:28:52 +03:00
podman_container_lib.py Improve security_opt comparison between existing container (#673) 2023-11-28 10:13:17 +02:00
podman_pod_lib.py Add options for resource limits to podman_pod (#635) 2023-09-08 13:36:31 +03:00