mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
arg_spec adjustments: modules [t-z]* (#10513)
* arg_spec adjustments: modules [t-z]* * add changelog frag
This commit is contained in:
@@ -363,7 +363,7 @@ def main():
|
||||
|
||||
module = AnsibleModule(
|
||||
argument_spec=dict(
|
||||
name=dict(default=None, aliases=['pkg', 'package'], type='list', elements='str'),
|
||||
name=dict(aliases=['pkg', 'package'], type='list', elements='str'),
|
||||
state=dict(default='present', choices=['present', 'installed',
|
||||
'latest', 'absent',
|
||||
'removed']),
|
||||
|
||||
Reference in New Issue
Block a user