ansible-vault: handle utf-8 filename in vault (#50341)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2019-02-12 16:13:51 +05:30
committed by GitHub
parent 6afa00eecd
commit 5c992fcc3f
5 changed files with 33 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- Handle vault filename with UTF-8 while decrypting vault file using ansible-vault.