From c752b25ceddbb87c2ddbaa770c35b58a2299eb87 Mon Sep 17 00:00:00 2001 From: nitzmahone Date: Tue, 6 Sep 2016 17:45:56 -0700 Subject: [PATCH] changelog/docsite updates for Windows async/environment --- CHANGELOG.md | 2 ++ docsite/rst/roadmap/ROADMAP_2_2.rst | 14 +++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8705a84c43..850351edd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ Ansible Changes By Release * `meta` tasks can now use conditionals. * `raw` now returns `changed: true` to be consistent with shell/command/script modules. Add `changed_when: false` to `raw` tasks to restore the pre-2.2 behavior if necessary. * New privilege escalation become method `ksu` +* Windows `async:` support for long-running or background tasks. +* Windows `environment:` support for setting module environment vars in play/task. ####New Modules: - archive diff --git a/docsite/rst/roadmap/ROADMAP_2_2.rst b/docsite/rst/roadmap/ROADMAP_2_2.rst index 5878767464..03de41a679 100644 --- a/docsite/rst/roadmap/ROADMAP_2_2.rst +++ b/docsite/rst/roadmap/ROADMAP_2_2.rst @@ -64,17 +64,17 @@ Target: September 2016 - **Windows platform feature parity** (Matt D) - PS module API (mirror Python module API where appropriate). Note: We don’t necessarily like the current python module API (AnsibleModule is a huge class with many unrelated utility functions.  Maybe we should redesign both at the same time?) - - Environment keyword support  + - Environment keyword support (done) - win_shell/win_command - - Async support  - - (stretch goal) Pipelining  + - Async support (done) + - (stretch goal) Pipelining (bumped to 2.3+) - **Windows-specific enhancements** (Matt D) - - Multiple Kerberos credential support (done, shepherd fix to pykerberos) - - Server 2016 testing/fixes  - - (stretch goal) Nano Server connection + module_utils working - - (stretch goal) Encrypted kerberos support in pywinrm  + - Multiple Kerberos credential support (done) + - Server 2016 testing/fixes (done) + - (stretch goal) Nano Server connection + module_utils working (bumped to 2.3) + - (stretch goal) Encrypted kerberos support in pywinrm (bumped to 2.3) - **Network** (Nate C/Peter S)