From 0b6a92b9fb109fc6b2dd5c4acf2091835f97d98c Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Thu, 7 Dec 2017 12:30:14 -0700 Subject: Install ca-certificates-java and run update-ca-certificates Issue: IS-43 --- salt/openbook/ansible/files/openjdk.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'salt/openbook/ansible/files/openjdk.yaml') diff --git a/salt/openbook/ansible/files/openjdk.yaml b/salt/openbook/ansible/files/openjdk.yaml index 00c7d90..676386f 100644 --- a/salt/openbook/ansible/files/openjdk.yaml +++ b/salt/openbook/ansible/files/openjdk.yaml @@ -13,6 +13,7 @@ state: present with_items: - openjdk-8-jdk-headless + - ca-certificates-java when: ansible_distribution == "Ubuntu" - name: "Update yum cache" @@ -57,3 +58,6 @@ with_items: - { regexp: '^securerandom.source=file:/dev/random.*$', line: "securerandom.source=file:/dev/urandom" } when: ansible_distribution == "Gentoo" + + - name: "Ensure java root certs are packaged" + shell: update-ca-certificates -- cgit v1.3