From e3ff824ead57392e22f0b67a6cc73f53e59ce552 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Tue, 1 Oct 2013 16:12:40 -0500 Subject: [PATCH] Minor tweak to doc formatting regarding accelerate package reqs --- docsite/latest/rst/playbooks_acceleration.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docsite/latest/rst/playbooks_acceleration.rst b/docsite/latest/rst/playbooks_acceleration.rst index 16ccbd6a902..9f9695f8b76 100644 --- a/docsite/latest/rst/playbooks_acceleration.rst +++ b/docsite/latest/rst/playbooks_acceleration.rst @@ -18,8 +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 (on FreeBSD you will need security/py-keyczar and devel/py-asn1). In order to use accelerated mode, simply add `accelerate: true` to your play::