diff options
| author | ckonstanski <ckonstanski@pippiandcarlos.com> | 2017-12-08 17:15:09 +0000 |
|---|---|---|
| committer | ckonstanski <ckonstanski@pippiandcarlos.com> | 2017-12-08 17:15:09 +0000 |
| commit | 37de0831718e5a4e54210462f501c97394803008 (patch) | |
| tree | a6e39938d3572f269378e109e0f1a0225fa1060c /playbooks/openjdk.yaml | |
| parent | 621a5c280a71fe3ede8742b9b289ee0e3d2a9875 (diff) | |
autocommit Fri Dec 8 17:15:09 UTC 2017
Diffstat (limited to 'playbooks/openjdk.yaml')
| -rw-r--r-- | playbooks/openjdk.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
