docs: remove Ansible risk

pull/193/head
David Wilson 7 years ago
parent 3613162bc0
commit ba74f8f743

@ -135,10 +135,6 @@ High Risk
exhaust available RAM. This will be fixed soon as it's likely to be tickled exhaust available RAM. This will be fixed soon as it's likely to be tickled
by common playbooks. by common playbooks.
* `Asynchronous Actions And Polling
<https://docs.ansible.com/ansible/latest/playbooks_async.html>`_ has received
minimal testing.
* No mechanism exists to bound the number of interpreters created during a run. * No mechanism exists to bound the number of interpreters created during a run.
For some playbooks that parameterize ``become_user`` over many accounts, For some playbooks that parameterize ``become_user`` over many accounts,
resource exhaustion may be triggered on the target machine. resource exhaustion may be triggered on the target machine.
@ -194,7 +190,7 @@ Behavioural Differences
experience artificial serialization, causing slowdown equivalent to experience artificial serialization, causing slowdown equivalent to
`task_duration * num_targets`. This will be fixed soon. `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 queried by subsequent ansible-playbook invocations. Since the ability to
query job IDs across runs relied on an implementation detail, it is not query job IDs across runs relied on an implementation detail, it is not
expected this will break any real-world playbooks. expected this will break any real-world playbooks.

Loading…
Cancel
Save