From 19516d8c19a807cb68494505648fe98a3b34e6d7 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 17 Oct 2016 12:49:05 -0700 Subject: [PATCH] Note subversion no_log fix --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fe99371590..8bea28025ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -282,6 +282,8 @@ Ansible Changes By Release * Fix a problem with the pip module updating the python pip package itself. * ansible_play_hosts is a new magic variable to provide a list of hosts in scope for the current play. Unlike play_hosts it is not subject to the 'serial' keyword. * ansible_play_batch is a new magic variable meant to substitute the current play_hosts. +* 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.