-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-9.7
-
None
-
No
-
None
-
rhel-sst-ansible
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
-
All
-
None
What were you trying to do that didn't work?
DNF is not cleaning up the dnf cache, can get backport to 2.14?
Issue is reported here: https://github.com/ansible/ansible/issues/81954
What is the impact of this issue to you?
N/A
Please provide the package NVR for which the bug is seen:
https://github.com/ansible/ansible/issues/81954
How reproducible is this bug?:
Steps to reproduce
- Run dnf update with ansible
- name: Update system to latest RPM level. dnf: name: "*" state: latest skip_broken: true with_items: - "{{ machines }}" register: updates
- Check /var/cache/dnf
Expected results
DNF cache to be cleaned
Actual results
DNF cache is not cleaned