From 79e12ba98ef9d329bc416d1ca8a309b9194cf239 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Tue, 11 May 2021 21:09:08 +0530 Subject: [PATCH] docs: Add a note about `crypt` (#74640) Signed-off-by: Abhijeet Kasurde --- docs/docsite/rst/user_guide/playbooks_filters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks_filters.rst b/docs/docsite/rst/user_guide/playbooks_filters.rst index 1f14d7809a4..26b9b75c256 100644 --- a/docs/docsite/rst/user_guide/playbooks_filters.rst +++ b/docs/docsite/rst/user_guide/playbooks_filters.rst @@ -1326,7 +1326,7 @@ An idempotent method to generate unique hashes per system is to use a salt that {{ 'secretpassword' | password_hash('sha512', 65534 | random(seed=inventory_hostname) | string) }} # => "$6$43927$lQxPKz2M2X.NWO.gK.t7phLwOKQMcSq72XxDZQ0XzYV6DlL1OD72h417aj16OnHTGxNzhftXJQBcjbunLEepM0" -Hash types available depend on the control system running Ansible, 'hash' depends on hashlib, password_hash depends on passlib (https://passlib.readthedocs.io/en/stable/lib/passlib.hash.html). +Hash types available depend on the control system running Ansible, 'hash' depends on `hashlib `_, password_hash depends on `passlib `_. The `crypt `_ is used as a fallback if ``passlib`` is not installed. .. versionadded:: 2.7