mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
arg_spec adjustments: modules [k-n]* (#10507)
* arg_spec adjustments: modules [k-n]* * adjust lxca tests * add changelog frag
This commit is contained in:
@@ -158,7 +158,7 @@ def main():
|
||||
login_password=dict(default='', no_log=True),
|
||||
login_host=dict(required=True),
|
||||
login_port=dict(default='1433'),
|
||||
target=dict(default=None),
|
||||
target=dict(),
|
||||
autocommit=dict(type='bool', default=False),
|
||||
state=dict(
|
||||
default='present', choices=['present', 'absent', 'import'])
|
||||
|
||||
Reference in New Issue
Block a user