From 33d1224e8314d083c6328e0bcefa4b009b1bad0a Mon Sep 17 00:00:00 2001 From: Sven Date: Tue, 23 Apr 2024 03:20:04 +0200 Subject: [PATCH] password_hash: update docs about bcrypt (#81675) Signed-off-by: Sven Kieske --- lib/ansible/plugins/filter/password_hash.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/filter/password_hash.yml b/lib/ansible/plugins/filter/password_hash.yml index a9516b7fc01..5776cebfc5d 100644 --- a/lib/ansible/plugins/filter/password_hash.yml +++ b/lib/ansible/plugins/filter/password_hash.yml @@ -17,7 +17,7 @@ DOCUMENTATION: description: Hashing algorithm to use. type: string default: sha512 - choices: [ md5, blowfish, sha256, sha512 ] + choices: [ md5, blowfish, sha256, sha512, bcrypt ] salt: description: Secret string used for the hashing. If none is provided a random one can be generated. Use only numbers and letters (characters matching V([./0-9A-Za-z]+)). type: string