diff --git a/docs/docsite/rst/roadmap/ROADMAP_2_4.rst b/docs/docsite/rst/roadmap/ROADMAP_2_4.rst index 87488e4038e..6ef25dee3a3 100644 --- a/docs/docsite/rst/roadmap/ROADMAP_2_4.rst +++ b/docs/docsite/rst/roadmap/ROADMAP_2_4.rst @@ -49,11 +49,11 @@ Inventory Facts ----- -- Configurable list of ‘fact modules’ for ``gather_facts`` -- Fact gathering policy finer grained -- Make ``setup.py``/``facts`` more pluggable -- Improve testing of ``setup.py``/``facts.py`` -- Namespacing fact variables (via a config option) implemented in ansible/ansible PR `#18445 `_. +- Configurable list of ‘fact modules’ for ``gather_facts`` **(done)** +- Fact gathering policy finer grained **(done)** +- Make ``setup.py``/``facts`` more pluggable **(done)** +- Improve testing of ``setup.py``/``facts.py`` **(done)** +- Namespacing fact variables (via a config option) implemented in ansible/ansible PR `#18445 `_. **(done)** Proposal found in ansible/proposals issue `#17 `_. PluginLoader @@ -85,7 +85,7 @@ Static Loop Keyword Vault ----- -- Support for multiple vault passwords +- Support for multiple vault passwords. PR in ansible/ansible `#22756 `_ - Each decrypted item should know which secret to request - Support requesting credentials (password prompt) as callbacks