--diff -ur ansible-2.16.2.orig/lib/ansible/module_utils/facts/system/pkg_mgr.py ansible-2.16.2/lib/ansible/module_utils/facts/system/pkg_mgr.py
---- ansible-2.16.2.orig/lib/ansible/module_utils/facts/system/pkg_mgr.py 2023-12-11 21:48:58.000000000 +0100
-+++ ansible-2.16.2/lib/ansible/module_utils/facts/system/pkg_mgr.py 2024-01-07 20:19:31.342969058 +0100
-@@ -15,7 +15,8 @@
+--- ansible-2.18.8/lib/ansible/module_utils/facts/system/pkg_mgr.py 2025-08-15 19:47:47.644415071 +0200
++++ ansible-2.18.8/lib/ansible/module_utils/facts/system/pkg_mgr.py 2025-08-11 20:59:54.000000000 +0200
+@@ -14,7 +14,8 @@
# A list of dicts. If there is a platform with more than one
# package manager, put the preferred one last. If there is an
# ansible module, use that as the value for the 'name' key.
-PKG_MGRS = [{'path': '/usr/bin/rpm-ostree', 'name': 'atomic_container'},
+PKG_MGRS = [{'path': '/usr/bin/poldek', 'name': 'poldek'},
+ {'path': '/usr/bin/rpm-ostree', 'name': 'atomic_container'},
# A list of dicts. If there is a platform with more than one
# package manager, put the preferred one last. If there is an
# ansible module, use that as the value for the 'name' key.
-PKG_MGRS = [{'path': '/usr/bin/rpm-ostree', 'name': 'atomic_container'},
+PKG_MGRS = [{'path': '/usr/bin/poldek', 'name': 'poldek'},
+ {'path': '/usr/bin/rpm-ostree', 'name': 'atomic_container'},