mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
arg_spec adjustments: modules [o-s]* (#10512)
* arg_spec adjustments: modules [o-s]* * add changelog frag
This commit is contained in:
@@ -293,8 +293,8 @@ def main():
|
||||
argument_spec=dict(
|
||||
name=dict(aliases=['pkg'], required=True),
|
||||
state=dict(default='present', choices=['present', 'installed', "latest", 'absent', 'removed']),
|
||||
executable=dict(default=None, required=False, type='path'),
|
||||
prompts=dict(default=None, required=False, type='list', elements='raw'),
|
||||
executable=dict(type='path'),
|
||||
prompts=dict(type='list', elements='raw'),
|
||||
),
|
||||
supports_check_mode=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user