Skip to content

Commit

Permalink
Merge pull request #24 from ccdc-opensource/DO-659-java-yum-update
Browse files Browse the repository at this point in the history
DO-659 update yum java version
  • Loading branch information
mmaharjan-ccdc authored Apr 19, 2024
2 parents e3b05f6 + 67e5792 commit 893a184
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 893a184

Please sign in to comment.