From 983e07adf6916a74b464f9b92b65a8e3c62fe6de Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 3 Aug 2023 17:55:10 +0200 Subject: [PATCH] Revert "playbooks: Add workaround for Fedora Rawhide" The DNF5 Change [1] was dropped from Fedora 39 (and Rawhide) [2] and postponed for a later Fedora. Therefore, there's no need for this workaround. This reverts commit 96791726a35d9a19c53064bbb17204f4aba92e46. [1] https://fedoraproject.org/wiki/Changes/ReplaceDnfWithDnf5 [2] https://pagure.io/fesco/issue/3039 https://github.com/containers/toolbox/pull/1344 --- playbooks/dependencies-fedora-restricted.yaml | 5 ----- playbooks/dependencies-fedora.yaml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/playbooks/dependencies-fedora-restricted.yaml b/playbooks/dependencies-fedora-restricted.yaml index e65bc8511..f0e3649b1 100644 --- a/playbooks/dependencies-fedora-restricted.yaml +++ b/playbooks/dependencies-fedora-restricted.yaml @@ -14,11 +14,6 @@ # limitations under the License. # -- name: Install python3-dnf - become: true - command: dnf5 --assumeyes install python3-dnf - when: ansible_distribution_major_version | int >= 39 - - name: Ensure that subordinate group ID ranges are absent become: yes file: diff --git a/playbooks/dependencies-fedora.yaml b/playbooks/dependencies-fedora.yaml index 4ec36cca9..eec0ef5ac 100644 --- a/playbooks/dependencies-fedora.yaml +++ b/playbooks/dependencies-fedora.yaml @@ -14,11 +14,6 @@ # limitations under the License. # -- name: Install python3-dnf - become: true - command: dnf5 --assumeyes install python3-dnf - when: ansible_distribution_major_version | int >= 39 - - name: Install RPM packages become: yes package: