Commit 14b5c4d5 authored by David Wilson's avatar David Wilson

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.
parent 91116810
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment