Skip to content

Commit

Permalink
Revert "force downgrade to libsemanage-3.6-1.el9.x86_64"
Browse files Browse the repository at this point in the history
This reverts commit 223453e.
  • Loading branch information
evgeni authored and ehelms committed Oct 7, 2024
1 parent 806ee39 commit 1d7ee6b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions roles/vagrant_workarounds/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,3 @@
when:
- ansible_os_family == 'RedHat'
- ansible_distribution_major_version == '9'

- name: force downgrade to libsemanage-3.6-1.el9.x86_64
ansible.builtin.package:
name: libsemanage-3.6-1.el9.x86_64
state: present
when:
- ansible_distribution == 'CentOS'
- ansible_distribution_major_version == '9'

0 comments on commit 1d7ee6b

Please sign in to comment.