X-Git-Url: https://git.tld-linux.org/?p=packages%2Fansible.git;a=blobdiff_plain;f=poldek.patch;h=37d2a10e55ac96f8c7e796e43997a0466c571d2d;hp=9777eb330eab9ee9783045ed7fe63eab56fb728d;hb=HEAD;hpb=ed896d32cd409e40f0ce9ed0472052e8565e7450 diff --git a/poldek.patch b/poldek.patch deleted file mode 100644 index 9777eb3..0000000 --- a/poldek.patch +++ /dev/null @@ -1,13 +0,0 @@ --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 @@ - # 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'}, - {'path': '/usr/bin/yum', 'name': 'yum'}, - - # NOTE the `path` key for dnf/dnf5 is effectively discarded when matched for Red Hat OS family,