From 06e49dfbbd9b7df38fdee5794b05662505dbda07 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Tue, 18 Jul 2017 12:58:51 -0400 Subject: [PATCH] fix roadmap, strikethough does not quite work --- docs/docsite/rst/roadmap/ROADMAP_2_4.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docsite/rst/roadmap/ROADMAP_2_4.rst b/docs/docsite/rst/roadmap/ROADMAP_2_4.rst index a8f20320394..6bcf5402ab3 100644 --- a/docs/docsite/rst/roadmap/ROADMAP_2_4.rst +++ b/docs/docsite/rst/roadmap/ROADMAP_2_4.rst @@ -47,11 +47,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 `_. - Proposal found in ansible/proposals issue `#17 `_. +- 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 `_. + Proposal found in ansible/proposals issue `#17 `_. PluginLoader ------------