Skip to content

Commit

Permalink
Fixes geerlingguy#92: Add support for RHEL and CentOS 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Dec 9, 2019
1 parent 0012f85 commit f7e08bf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -6,9 +6,10 @@ env:
global:
- ROLE_NAME: java
matrix:
- MOLECULE_DISTRO: centos8
- MOLECULE_DISTRO: centos7
- MOLECULE_DISTRO: centos6
- MOLECULE_DISTRO: fedora30
- MOLECULE_DISTRO: fedora31
- MOLECULE_DISTRO: ubuntu1804
- MOLECULE_DISTRO: ubuntu1604
- MOLECULE_DISTRO: debian10
Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Expand Up @@ -13,6 +13,7 @@ galaxy_info:
versions:
- 6
- 7
- 8
- name: Fedora
versions:
- all
Expand Down
7 changes: 7 additions & 0 deletions vars/RedHat-8.yml
@@ -0,0 +1,7 @@
---
# JDK version options include:
# - java-1.8.0-openjdk
# - java-11-openjdk
# - java-latest-openjdk
__java_packages:
- java-11-openjdk

0 comments on commit f7e08bf

Please sign in to comment.