Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-79170

Backport of issue with dnf in ansible

Linking RHIVOS CVEs to...Migration: Automation ...SWIFT: POC ConversionSync from "Extern...XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • rhel-9.7
    • ansible-core
    • None
    • No
    • None
    • rhel-sst-ansible
    • None
    • False
    • False
    • Hide

      None

      Show
      None
    • 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

      1. Run dnf update with ansible
        - name: Update system to latest RPM level.
          dnf:
            name: "*"
            state: latest
            skip_broken: true
          with_items:
          - "{{ machines }}"
          register: updates 
      1. Check /var/cache/dnf

      Expected results

      DNF cache to be cleaned

      Actual results

      DNF cache is not cleaned

              dsavinea@redhat.com Dimitri Savineau
              rhn-support-jskacel Jindrich Skacel (Inactive)
              Dimitri Savineau Dimitri Savineau
              Matt Clay Matt Clay
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: