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
parent dc0a56141f
commit 2b1eff2783
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)."