Skip to content

Commit

Permalink
Update CA Certificates in Worker VM
Browse files Browse the repository at this point in the history
These updates are necessary for AWS credentials to work
with OpenJDK.
  • Loading branch information
rajadain committed Aug 21, 2017
1 parent c95bbd7 commit e3a94fa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
- name: Update CA Certificates
shell: "update-ca-certificates -f"
become: True

- name: Create geoprocessing directory
file: path="{{ geop_home }}"
state=directory
Expand Down

0 comments on commit e3a94fa

Please sign in to comment.