issue #106: docs: remove built-in only limitation :>

pull/193/head
David Wilson 6 years ago
parent c65911e811
commit 6dcefd631a

@ -113,9 +113,6 @@ This is a proof of concept: issues below are exclusively due to code immaturity.
High Risk High Risk
~~~~~~~~~ ~~~~~~~~~
* For now only **built-in Python command modules work**, however almost all
modules shipped with Ansible are Python-based.
* Transfer of large (i.e. GB-sized) files using certain Ansible-internal APIs, * Transfer of large (i.e. GB-sized) files using certain Ansible-internal APIs,
such as triggered via the ``copy`` module, will cause corresponding temporary such as triggered via the ``copy`` module, will cause corresponding temporary
memory and CPU spikes on both host and target machine, due to delivering the memory and CPU spikes on both host and target machine, due to delivering the
@ -172,6 +169,10 @@ Low Risk
what that behaviour is supposed to be. See `Ansible#14377`_ for related what that behaviour is supposed to be. See `Ansible#14377`_ for related
discussion. discussion.
* "Module Replacer" style modules are not yet supported. These rarely appear in
practice, and light Github code searches failed to reveal many examples of
them.
.. _Ansible#14377: https://github.com/ansible/ansible/issues/14377 .. _Ansible#14377: https://github.com/ansible/ansible/issues/14377

Loading…
Cancel
Save