summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@2ndQuadrant.com>2015-08-29 08:22:20 +0530
committerAbhijit Menon-Sen <ams@2ndQuadrant.com>2015-08-29 08:22:20 +0530
commit2cda6d0e30076c0b101a453a0003b6e0518d4fd0 (patch)
tree40c5ed9394f5e20583e276377a127816d66d018f
parent6154ed1ddabe3208a8fcc80d9d6bd6b3924c177e (diff)
downloadansible-2cda6d0e30076c0b101a453a0003b6e0518d4fd0.tar.gz
Mention --output - for ansible-vault encrypt/decrypt
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 626ece0ab7..eaa5125900 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -213,8 +213,8 @@ Minor changes:
Vault changes:
* most vault operations can now be done over multilple files
* ansible-vault encrypt/decrypt read from stdin if no other input file is given,
- and can write to a given ``--output file``. This lets you avoid ever writing
- sensitive plaintext to disk.
+ and can write to a given ``--output file`` (including stdout, '-'). This lets
+ you avoid ever writing sensitive plaintext to disk.
* ansible-vault rekey accepts the --new-vault-password-file option.
## 1.9.2 "Dancing In the Street" - Jun 26, 2015