mirror of https://github.com/ansible/ansible.git
Fix encrypt command output when using --stdin-name (#65122)
* Fix encrypt command output when using --stdin-name Add a new line after reading input if input doesn't end with a new line * Only print is we're in a tty * Add changelog fragmentpull/65584/head
parent
a0f26b40cb
commit
edc7c4ddee
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ansible-vault - Fix ``encrypt_string`` output in a tty when using ``--sdtin-name`` option (https://github.com/ansible/ansible/issues/65121)
|
Loading…
Reference in New Issue