Skip to content

Commit

Permalink
Revert "workaround broken Tomcat on EL8"
Browse files Browse the repository at this point in the history
This reverts commit f252111.

CentOS Stream 8 has now working Tomcat packages.
  • Loading branch information
evgeni authored and ekohl committed Apr 16, 2024
1 parent e5a7a01 commit 80d9a2f
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 tomcat due to https://issues.redhat.com/browse/CS-1965
- name: never install Tomcat on EL8
community.general.ini_file:
path: /etc/dnf/dnf.conf
section: main
option: excludepkgs
value: 'tomcat,tomcat-lib,tomcat-jsp-2.3-api,tomcat-servlet-4.0-api,tomcat-el-3.0-api'
when:
- ansible_os_family == 'RedHat'
- ansible_distribution_major_version == '8'

0 comments on commit 80d9a2f

Please sign in to comment.