From 8425b196e7463baa10ff6854261ca230f450ac0f Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 1 Apr 2018 22:34:53 +0100 Subject: [PATCH] docs: merge duplicate risks --- docs/ansible.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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