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.