java_keystore - Added support for private key pass phrase (#276) (#276)

* This fixes (#275)
* Migrated PR from https://github.com/ansible/ansible/pull/47768
* Applied requested changes
* Fixed issue with load_file_common_arguments
* Using args list when calling run_commands
* Keytool now reads passwords from stdin
* Fixed PEP8 indentation issues
This commit is contained in:
Fernando Giorgetti 2020-05-25 05:09:18 -03:00 committed by GitHub
commit 1774352313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 89 additions and 39 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- java_keystore - add the private_key_passphrase parameter (https://github.com/ansible-collections/community.general/pull/276).