Update password.py documentation (#80297)

* Update password.py documentation with new semantic markup
pull/80454/head
aaronk1 2 years ago committed by GitHub
parent 032881e4f1
commit bf4e0166a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,6 +45,9 @@ DOCUMENTATION = """
version_added: "1.4"
description:
- A list of names that compose a custom character set in the generated passwords.
- This parameter defines the possible character sets in the resulting password, not the required character sets.
If you want to require certain character sets for passwords, you can use the C(community.general.random_string lookup) plugin -
P(community.general.random_string#lookup).
- 'By default generated passwords contain a random mix of upper and lowercase ASCII letters, the numbers 0-9, and punctuation (". , : - _").'
- "They can be either parts of Python's string module attributes or represented literally ( :, -)."
- "Though string modules can vary by Python version, valid values for both major releases include:

Loading…
Cancel
Save