Skip to content

Commit

Permalink
Revert "playbooks: Add workaround for Fedora Rawhide"
Browse files Browse the repository at this point in the history
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 9679172.

[1] https://fedoraproject.org/wiki/Changes/ReplaceDnfWithDnf5

[2] https://pagure.io/fesco/issue/3039

containers#1344
  • Loading branch information
debarshiray committed Aug 24, 2023
1 parent 6bd7c87 commit 983e07a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions playbooks/dependencies-fedora-restricted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 0 additions & 5 deletions playbooks/dependencies-fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 983e07a

Please sign in to comment.