From 596626ad3183018b8aad6a3aaded12b9c66b45c9 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 2 Oct 2013 08:16:00 -0400 Subject: [PATCH] asn1 is a dependency so no need to mention this in docs. Also no callouts for other OSes so no need for BSD. --- docsite/latest/rst/playbooks_acceleration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/latest/rst/playbooks_acceleration.rst b/docsite/latest/rst/playbooks_acceleration.rst index 9f9695f8b76..c2e5a44943c 100644 --- a/docsite/latest/rst/playbooks_acceleration.rst +++ b/docsite/latest/rst/playbooks_acceleration.rst @@ -18,7 +18,7 @@ Accelerated mode offers several improvments over the original fireball mode: * No bootstrapping is required, only a single line needs to be added to each play you wish to run in accelerated mode. * Support for sudo commands (see below for more details and caveats). -* Fewer requirements! ZeroMQ is no longer required, nor are there any special packages beyond python-keyczar (on FreeBSD you will need security/py-keyczar and devel/py-asn1). +* Fewer requirements. ZeroMQ is no longer required, nor are there any special packages beyond python-keyczar. In order to use accelerated mode, simply add `accelerate: true` to your play::