Skip to content

Commit

Permalink
force downgrade to libsemanage-3.6-1.el9.x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ekohl committed Sep 2, 2024
1 parent 41efd13 commit 223453e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/vagrant_workarounds/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@
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 223453e

Please sign in to comment.