diff --git a/docs/docsite/rst/user_guide/playbooks_filters.rst b/docs/docsite/rst/user_guide/playbooks_filters.rst index 926a10e1fc..d489f11fcb 100644 --- a/docs/docsite/rst/user_guide/playbooks_filters.rst +++ b/docs/docsite/rst/user_guide/playbooks_filters.rst @@ -821,12 +821,6 @@ Some hash types allow providing a rounds parameter:: {{ 'secretpassword' | password_hash('sha256', 'mysecretsalt', rounds=10000) }} -When`Passlib `_ is installed -`password_hash` supports any crypt scheme and parameter supported by 'Passlib':: - - {{ 'secretpassword' | password_hash('sha256_crypt', 'mysecretsalt', rounds=5000) }} - {{ 'secretpassword' | password_hash('bcrypt', ident='2b', rounds=14) }} - .. _combine_filter: Combining hashes/dictionaries