Skip to content

Commit

Permalink
DO-659 update yum java version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaharjan-ccdc authored Apr 19, 2024
1 parent e3b05f6 commit 67e5792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/Linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Install Java
ansible.builtin.yum:
name: java-17-openjdk-devel
name: java-1.8.0-openjdk-devel
state: present

- name: Create teamcity agent install directory
Expand Down

0 comments on commit 67e5792

Please sign in to comment.