java_keystore: pass in secret to keytool via stdin (#2526)

* java_keystore: pass in secret to keytool via stdin

* add changelog fragment
This commit is contained in:
quidame 2021-05-17 20:05:24 +02:00 committed by GitHub
commit 2b1eff2783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 9 deletions

View file

@ -0,0 +1,4 @@
---
minor_changes:
- "java_keystore - replace envvar by stdin to pass secret to ``keytool``
(https://github.com/ansible-collections/community.general/pull/2526)."