updated changelog for win_become with service accounts

This commit is contained in:
Jordan Borean 2017-10-10 11:04:09 +10:00
parent 82fa922491
commit 2b2e3e688f

View file

@ -19,6 +19,7 @@ Ansible Changes By Release
* added a few new magic vars corresponding to configuration/command line options:
`ansible_diff_mode`, `ansible_inventory_sources`, `ansible_limit`, `ansible_run_tags` , `ansible_forks` and `ansible_skip_tags`
* Updated the bundled copy of the six library to 1.11.0
* Added support to `become` `NT AUTHORITY\System`, `NT AUTHORITY\LocalService`, and `NT AUTHORITY\NetworkService` on Windows hosts
### New Modules