Skip to content

Commit

Permalink
Install latest openjdk
Browse files Browse the repository at this point in the history
  • Loading branch information
UNiXMIT committed Jan 24, 2024
1 parent a36af5c commit 0e4c07d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion rhel/software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
- curl
- cronie
- dos2unix
- java-11-openjdk
- htop
- libstdc++.i686
- libaio-devel
Expand All @@ -86,6 +85,12 @@
- lsof
state: present

- name: RHEL<=7 Package installation
package:
name: java-11-openjdk
state: present
when: ansible_facts['distribution_major_version'] | int <= 7

- name: RHEL<=8 Package installation
package:
name: spax
Expand All @@ -95,6 +100,7 @@
- name: RHEL>=8 Package installation
package:
name:
- java-latest-openjdk
- libnsl
- podman
- buildah
Expand Down

0 comments on commit 0e4c07d

Please sign in to comment.