From eeeea25eb9fe1ab925b4ba64d512ceec23ab166e Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 27 Feb 2018 14:03:34 +0545 Subject: [PATCH] docs: more Ansible --- docs/ansible.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index c61c2193..ac8475e5 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -77,7 +77,11 @@ 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 with Ansible are Python-based. -* `Asynchronous Actions And Polling `_ is not yet supported. +* `Asynchronous Actions And Polling + `_ are not yet + supported. + +* In some cases ``remote_tmp`` may not be respected. * Interaction with modules employing special action plugins is mostly untested, except for the ``synchronize`` and ``template`` modules. @@ -101,7 +105,6 @@ 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 discussion. -.. _Ansible_Async: https://www.google.co.uk/search?q=ansible%20async .. _Ansible#14377: https://github.com/ansible/ansible/issues/14377