From fca9ff1d40577137820b1741fd3f3f417f3c7c48 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sat, 17 Feb 2018 17:31:30 +0545 Subject: [PATCH] docs: remove fixed Ansible limitation The solution was that Mitogen's loader should emulate the behaviour of ansible.executor.module_common, which restricts dependency scanning to the ansible.module_utils namespace. --- docs/ansible.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index f26f203e..d1886fa7 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -77,10 +77,6 @@ Limitations * Only the ``sudo`` become method is available, however adding new methods is straightforward, and eventually at least ``su`` will be included. -* In some cases the module loader may aggressively upload optional dependencies - available on the Ansible host machine but not on the target machine. It's not - yet clear what the correct behaviour should be. - * Due to the integration approach, the only supported strategy is ``linear``, however this should change in the future.