Skip to content

Commit

Permalink
Revert "workaround for broken libsemanage on CentOS Stream 9"
Browse files Browse the repository at this point in the history
This reverts commit 41efd13.
  • Loading branch information
evgeni authored and ehelms committed Oct 7, 2024
1 parent 1d7ee6b commit 4019844
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions roles/vagrant_workarounds/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,3 @@
shell: rm -f /boot/*-generic.img
when:
- ansible_os_family == 'Debian'

# workaround for broken libsemanage due to https://issues.redhat.com/browse/RHEL-55414
- name: don't install broken libsemanage on EL9
community.general.ini_file:
path: /etc/dnf/dnf.conf
section: main
option: excludepkgs
value: 'libsemanage-3.6-2.*,python3-libsemanage-3.6-2.*'
when:
- ansible_os_family == 'RedHat'
- ansible_distribution_major_version == '9'

0 comments on commit 4019844

Please sign in to comment.