mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 21:01:13 +00:00
(cherry picked from commit a96f90ff94)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -289,7 +289,7 @@ def main():
|
||||
name=dict(type='str', required=True),
|
||||
db=dict(type='str', aliases=['login_db']),
|
||||
value=dict(type='str'),
|
||||
reset=dict(type='bool'),
|
||||
reset=dict(type='bool', default=False),
|
||||
session_role=dict(type='str'),
|
||||
trust_input=dict(type='bool', default=True),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user