mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
random_string docs to say it's cryptographically secure (#6691)
Modify random_string docs to state that randomness is cryptographically secure
This commit is contained in:
parent
c4a2801f99
commit
89ad18d1a7
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ DOCUMENTATION = r"""
|
||||||
version_added: '3.2.0'
|
version_added: '3.2.0'
|
||||||
description:
|
description:
|
||||||
- Generates random string based upon the given constraints.
|
- Generates random string based upon the given constraints.
|
||||||
|
- Uses L(random.SystemRandom,https://docs.python.org/3/library/random.html#random.SystemRandom),
|
||||||
|
so should be strong enough for cryptographic purposes.
|
||||||
options:
|
options:
|
||||||
length:
|
length:
|
||||||
description: The length of the string.
|
description: The length of the string.
|
||||||
|
|
Loading…
Reference in a new issue