docs: document one more Ansible limitation

pull/107/head
David Wilson 7 years ago
parent 69f4c541a8
commit 2837ec2ebe

@ -77,6 +77,8 @@ This is a proof of concept: issues below are exclusively due to code immaturity.
* For now only Python command modules work, however almost all modules shipped * For now only Python command modules work, however almost all modules shipped
with Ansible are Python-based. with Ansible are Python-based.
* `Asynchronous Actions And Polling <Ansible_Async>`_ is not yet supported.
* Interaction with modules employing special action plugins is mostly untested, * Interaction with modules employing special action plugins is mostly untested,
except for the ``synchronize`` and ``template`` modules. except for the ``synchronize`` and ``template`` modules.
@ -99,6 +101,7 @@ This is a proof of concept: issues below are exclusively due to code immaturity.
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.
.. _Ansible_Async: https://www.google.co.uk/search?q=ansible%20async
.. _Ansible#14377: https://github.com/ansible/ansible/issues/14377 .. _Ansible#14377: https://github.com/ansible/ansible/issues/14377

Loading…
Cancel
Save