summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-02-02 16:08:36 -0800
committerGitHub <noreply@github.com>2023-02-02 16:08:36 -0800
commitefe09ab86e32f93b73123411344a05197be8e2ea (patch)
tree520fa7ac1c4a49362e4229d2fccf83e1683cadf2
parent2420ff280b34898e2ce85d128debf51df57c5572 (diff)
downloadansible-efe09ab86e32f93b73123411344a05197be8e2ea.tar.gz
[stable-2.14] Remove outdated note on relative imports in docs (#79873) (#79875)
(cherry picked from commit 58461bc20408955a0efc37be8bce97efb387bcd5)
-rw-r--r--docs/docsite/rst/dev_guide/developing_program_flow_modules.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/docsite/rst/dev_guide/developing_program_flow_modules.rst b/docs/docsite/rst/dev_guide/developing_program_flow_modules.rst
index a3cc99a166..e858103d6b 100644
--- a/docs/docsite/rst/dev_guide/developing_program_flow_modules.rst
+++ b/docs/docsite/rst/dev_guide/developing_program_flow_modules.rst
@@ -341,12 +341,6 @@ Files that are included from :file:`module_utils` are themselves scanned for
imports of other Python modules from :file:`module_utils` to be included in
the zipfile as well.
-.. warning::
- At present, the Ansiballz Framework cannot determine whether an import
- should be included if it is a relative import. Always use an absolute
- import that has :py:mod:`ansible.module_utils` in it to allow Ansiballz to
- determine that the file should be included.
-
.. _flow_passing_module_args: