Update extras submodule ref to pull in password hiding fix for postgresql_lang and postgresql_ext

This commit is contained in:
Toshio Kuratomi 2016-10-17 08:12:19 -07:00
parent 5bf850568a
commit 141ed26e02
2 changed files with 3 additions and 1 deletions

View file

@ -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:

@ -1 +1 @@
Subproject commit 2b7385d15ed66263c37b56c5b4e64d7c2931fa7d
Subproject commit 490e44c3feefd134fdad4458f9479ab811b1def8