Skip to content

Commit

Permalink
include tzdata-java until RHEL fixes bz2225018
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed Jul 26, 2023
1 parent 635363f commit ea1e902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/dataverse-prereqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

- name: install java-nnn-openjdk and other packages for RedHat/Rocky
yum:
name: ['java-{{ java.version }}-openjdk-devel', 'python38', 'vim-enhanced']
name: ['java-{{ java.version }}-openjdk-devel', 'tzdata-java', 'python38', 'vim-enhanced']
state: latest
when: ansible_os_family == "RedHat"

Expand Down

0 comments on commit ea1e902

Please sign in to comment.