diff --git a/CHANGELOG.md b/CHANGELOG.md index c3aa7084a84..3fe99371590 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 postgresql_lang and postgresql_ext modules from extras now mark + login_password as no_log so the password is obscured when logging. ###For custom front ends using the API: * ansible.parsing.vault: diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras index 2b7385d15ed..490e44c3fee 160000 --- a/lib/ansible/modules/extras +++ b/lib/ansible/modules/extras @@ -1 +1 @@ -Subproject commit 2b7385d15ed66263c37b56c5b4e64d7c2931fa7d +Subproject commit 490e44c3feefd134fdad4458f9479ab811b1def8