Updated "Speeding up Vault Operations" section (#57701)

* Updated "Speeding up Vault Operations" section


Co-Authored-By: Alicia Cozine <879121+acozine@users.noreply.github.com>
This commit is contained in:
Sayed Anisul Hoque 2019-06-14 16:17:41 +02:00 committed by Sandra McCann
parent aeb72dfb06
commit 78f87f2451

View file

@ -458,7 +458,7 @@ system keyring.
Speeding Up Vault Operations
````````````````````````````
By default, Ansible uses PyCrypto to encrypt and decrypt vault files. If you have many encrypted files, decrypting them at startup may cause a perceptible delay. To speed this up, install the cryptography package:
If you have many encrypted files, decrypting them at startup may cause a perceptible delay. To speed this up, install the cryptography package:
.. code-block:: bash