mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-12 00:54:22 -07:00
asn1 is a dependency so no need to mention this in docs. Also no callouts for other OSes so no need for BSD.
This commit is contained in:
parent
8a4310d9b9
commit
596626ad31
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
* 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).
|
* 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::
|
In order to use accelerated mode, simply add `accelerate: true` to your play::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue