From 50d744c217d3f3619df884ecb528bc2e14631e66 Mon Sep 17 00:00:00 2001 From: Tom Paine Date: Thu, 17 Aug 2017 02:34:35 +0100 Subject: [PATCH] Update playbooks_filters.rst (#28271) See #17266, password_hash has been updated to support passlib. The available hashes are listed on http://docs.ansible.com/ansible/latest/playbooks_prompts.html, but not here. --- docs/docsite/rst/playbooks_filters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/playbooks_filters.rst b/docs/docsite/rst/playbooks_filters.rst index e76a3993991..03b59760543 100644 --- a/docs/docsite/rst/playbooks_filters.rst +++ b/docs/docsite/rst/playbooks_filters.rst @@ -397,7 +397,7 @@ To get a sha256 password hash with a specific salt:: Hash types available depend on the master system running ansible, -'hash' depends on hashlib password_hash depends on crypt. +'hash' depends on hashlib password_hash depends on passlib (http://passlib.readthedocs.io/en/stable/lib/passlib.hash.html). .. _combine_filter: