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.
This commit is contained in:
parent
4b25e0a4b6
commit
50d744c217
1 changed files with 1 additions and 1 deletions
|
@ -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 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:
|
.. _combine_filter:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue