From 37de0831718e5a4e54210462f501c97394803008 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Fri, 8 Dec 2017 17:15:09 +0000 Subject: autocommit Fri Dec 8 17:15:09 UTC 2017 --- playbooks/openjdk.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'playbooks/openjdk.yaml') diff --git a/playbooks/openjdk.yaml b/playbooks/openjdk.yaml index 00c7d90..676386f 100644 --- a/playbooks/openjdk.yaml +++ b/playbooks/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