Skip to content

Commit

Permalink
java 8's keytool does not support flag '-cacerts' anymore
Browse files Browse the repository at this point in the history
removed '-cacerts' in check for already imported pydev certificate
  • Loading branch information
nwoetzel authored Dec 7, 2018
1 parent 801b1fb commit 9fd0373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/import_pydev_cert.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: check if pydev certificate was added to java keystore already
shell: "keytool -list -cacerts -storepass changeit -alias pydev-cert"
shell: "keytool -list -storepass changeit -alias pydev-cert"
ignore_errors: true
changed_when: false
register: pydev_cert_imported
Expand Down

0 comments on commit 9fd0373

Please sign in to comment.