mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Remove elements= from arg_spec when type is not 'list'. (#50484)
This commit is contained in:
committed by
Ganesh Nalawade
parent
4902306dd8
commit
41de2855ae
@@ -456,7 +456,7 @@ def main():
|
||||
name=dict(),
|
||||
|
||||
configured_password=dict(no_log=True),
|
||||
hashed_password=dict(no_log=True, elements='dict', options=hashed_password_spec),
|
||||
hashed_password=dict(no_log=True, type='dict', options=hashed_password_spec),
|
||||
nopassword=dict(type='bool'),
|
||||
update_password=dict(default='always', choices=['on_create', 'always']),
|
||||
password_type=dict(default='secret', choices=['secret', 'password']),
|
||||
|
||||
Reference in New Issue
Block a user