diff --git a/docs/ansible.rst b/docs/ansible.rst index ee0f8595..8d4dacc6 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -126,7 +126,8 @@ High Risk * `Asynchronous Actions And Polling `_ has received - minimal testing. + minimal testing. Jobs execute in a thread of the target Python interpreter. + This will fixed shortly. * No mechanism exists yet to bound the number of interpreters created during a run. For some playbooks that parameterize ``become_user`` over a large number @@ -204,9 +205,6 @@ Behavioural Differences connection to host closed`` to appear in ``stderr`` output of every executed command. This never manifests with the Mitogen extension. -* Asynchronous support is very primitive, and jobs execute in a thread of the - target Python interpreter. This will fixed shortly. - * Local commands are executed in a reuseable Python interpreter created identically to interpreters used on remote hosts. At present only one such interpreter per ``become_user`` exists, and so only one action may be