diff options
author | Adrian Likins <alikins@redhat.com> | 2017-10-03 14:20:31 -0400 |
---|---|---|
committer | Adrian Likins <alikins@redhat.com> | 2017-10-03 14:20:31 -0400 |
commit | 74e0643dbb2ce4989516460fc4d71fb95f07e501 (patch) | |
tree | 537bc9d540ebe96aa0cf00dac5db4b5f1be92046 /CHANGELOG.md | |
parent | 1bc2f4e38ed662bf4d95ab5ed1f9fcae1404735f (diff) | |
download | ansible-74e0643dbb2ce4989516460fc4d71fb95f07e501.tar.gz |
Handle vault decrypt --output=- (#31066)
In cli.CLI.unfrack_path callback, special case if the
value of '--output' is '-', and avoid expanding
it to a full path.
vault cli already has special cases for '-', so it
just needs to get the original value to work.
Fixes #30550
(cherry picked from commit 278ff19beaa417e0a6f898fa6ba3a4fcace8affb)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a0849af873..4cbb66d2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,6 +76,7 @@ Ansible Changes By Release * removed docs for prematurely added ssh specific pipelining settings * fixed redis cache typo * Fix AttributeError during inventory group deserialization (https://github.com/ansible/ansible/issues/30903) +* Fix 'ansible-vault encrypt --output=-' (https://github.com/ansible/ansible/issues/30550) <a id="2.4"></a> |