Remove Java 7 support from RedHat and Ubuntu 08/16508/2
authorLott, Christopher (cl778h) <cl778h@att.com>
Fri, 9 Aug 2019 18:19:12 +0000 (14:19 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Fri, 9 Aug 2019 18:21:06 +0000 (14:21 -0400)
Drop openjdk-7-jdk from Debian tasks
Drop java-1.7.0-openjdk-devel from RedHat tasks

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I05357f6a1b0ea494e3b140bb626b8fafffeac204

tasks/Debian.yml
tasks/RedHat.yml

index 27b6105..77d660e 100644 (file)
@@ -4,10 +4,9 @@
     repo: 'ppa:openjdk-r/ppa'
   become: true
 
-- name: Install OpenJDK 1.7.0, 1.8.0, 1.11 and 1.12
+- name: Install OpenJDK 1.8.0, 1.11 and 1.12
   apt:
     name:
-      - openjdk-7-jdk
       - openjdk-8-jdk
       - openjdk-11-jdk
       - openjdk-12-jdk
index 2bc1451..33e0a00 100644 (file)
@@ -3,10 +3,9 @@
   package: name=epel-release state=present
   when: ansible_os_family == "RedHat"
 
-- name: Install OpenJDK 1.7.0, 1.8.0, 1.11 and 1.12
+- name: Install OpenJDK 1.8.0, 1.11 and 1.12
   yum:
     name:
-      - java-1.7.0-openjdk-devel
       - java-1.8.0-openjdk-devel
       - java-11-openjdk-devel
       - java-latest-openjdk-devel