From ba74f8f743dd16cfc309a06a3cee28e28a652d6b Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 9 Apr 2018 00:05:57 +0100 Subject: [PATCH] docs: remove Ansible risk --- docs/ansible.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index 825fb66b..33626142 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -135,10 +135,6 @@ High Risk exhaust available RAM. This will be fixed soon as it's likely to be tickled by common playbooks. -* `Asynchronous Actions And Polling - `_ has received - minimal testing. - * No mechanism exists to bound the number of interpreters created during a run. For some playbooks that parameterize ``become_user`` over many accounts, resource exhaustion may be triggered on the target machine. @@ -194,7 +190,7 @@ Behavioural Differences experience artificial serialization, causing slowdown equivalent to `task_duration * num_targets`. This will be fixed soon. -* Asynchronous job IDs exist only for the duration of a run, and cannot be +* Asynchronous jobs exist only for the duration of a run, and cannot be queried by subsequent ansible-playbook invocations. Since the ability to query job IDs across runs relied on an implementation detail, it is not expected this will break any real-world playbooks.