diff options
author | Felix Fontein <felix@fontein.de> | 2022-03-17 20:16:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-18 05:16:40 +1000 |
commit | 4d984613f5e16e205434cdf7290572e62b40bf62 (patch) | |
tree | e01e20b91466b9a238f5c7ef369aa27970e2886d /lib/ansible/modules/user.py | |
parent | e3c72230cda45798b4d9bd98c7f296d2895c4027 (diff) | |
download | ansible-4d984613f5e16e205434cdf7290572e62b40bf62.tar.gz |
validate-modules for plugins: do some more schema validations so that some issues that are currently reported for modules are also reported for plugins (#77268)
* Add more sanity tests on schema level (so they also work for plugins).
* Fix various issues the sanity test reported.
* Add changelog fragment.
* Fix function name.
Diffstat (limited to 'lib/ansible/modules/user.py')
-rw-r--r-- | lib/ansible/modules/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/user.py b/lib/ansible/modules/user.py index 346d91e618..b247ba3682 100644 --- a/lib/ansible/modules/user.py +++ b/lib/ansible/modules/user.py @@ -146,8 +146,8 @@ options: ssh_key_bits: description: - Optionally specify number of bits in SSH key to create. + - The default value depends on ssh-keygen. type: int - default: default set by ssh-keygen version_added: "0.9" ssh_key_type: description: |