From 70376d861a22f43427c0923d1f76f2cc3f67723d Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 15 May 2018 01:57:09 +0100 Subject: [PATCH] issue #217: docs: remove limitation --- docs/ansible.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index c59486e7..c401dd42 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -137,10 +137,6 @@ Noteworthy Differences * Asynchronous jobs presently exist only for the duration of a run, and time limits are not implemented. -* The undocumented ability to extend and override :mod:`ansible.module_utils` - by supplying a ``module_utils`` directory alongside a custom new-style module - is not yet supported. - * "Module Replacer" style modules are not supported. These rarely appear in practice, and light web searches failed to reveal many examples of them.