From 28016bf1a0c648dbcae8e1bff107b59fd70733da Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 17 Oct 2016 12:44:21 -0700 Subject: [PATCH] Add entry for using no_log with password in subversion --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d0ce0078e5..ee901c90a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Ansible Changes By Release ## 2.1.3 "The Song Remains the Same" - TBD ###Minor Changes: +* The subversion module from core now marks its password parameter as no_log so + the password is obscured when logging. * The postgresql_lang and postgresql_ext modules from extras now mark login_password as no_log so the password is obscured when logging.