From 900a15ffd671a347a69da17502957de9a50f2069 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 4 Aug 2016 19:44:15 -0400 Subject: [PATCH] updated roadmap with a few 'dones' --- docsite/rst/roadmap/ROADMAP_2_2.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docsite/rst/roadmap/ROADMAP_2_2.rst b/docsite/rst/roadmap/ROADMAP_2_2.rst index ab78be0423..921663a17c 100644 --- a/docsite/rst/roadmap/ROADMAP_2_2.rst +++ b/docsite/rst/roadmap/ROADMAP_2_2.rst @@ -52,10 +52,11 @@ Target: September 2016 - **VMware** (Brian, Jtanner) - - module/inventory script: port to pyvmomi (jtanner, bcoca) - - inventory script: allow filtering ala ec2 (jtanner) (undergoing PR process) + - ~~module/inventory script: port to pyvmomi (jtanner, bcoca)~~ + done: https://github.com/ansible/ansible/pull/15967 + - ~~inventory script: allow filtering ala ec2 (jtanner) (undergoing PR process)~~ + done: https://github.com/ansible/ansible/pull/15967 - - https://github.com/ansible/ansible/pull/15967 - vsphere: feature parity with whereismyjetpack and viasat modules  - **Windows platform feature parity** (Matt D) @@ -90,7 +91,8 @@ Target: September 2016 - **Vault** (Jtanner/Adrian) - - Extend ‘transparent vault file usage’ to other action plugins other than 'copy'  https://github.com/ansible/ansible/issues/7298 + - ~~Extend ‘transparent vault file usage’ to other action plugins other than 'copy'(https://github.com/ansible/ansible/issues/7298)~~ + done: https://github.com/ansible/ansible/pull/16957 - Add ‘per variable’ vault support (!vault YAML directive, existing PR already) https://github.com/ansible/ansible/issues/13287 https://github.com/ansible/ansible/issues/14721 - Add vault/unvault filters https://github.com/ansible/ansible/issues/12087 - Add vault support to lookups