From 4d984613f5e16e205434cdf7290572e62b40bf62 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 17 Mar 2022 20:16:40 +0100 Subject: 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. --- lib/ansible/modules/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ansible/modules/user.py') 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: -- cgit v1.2.1