mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
arg_spec adjustments: modules [o-s]* (#10512)
* arg_spec adjustments: modules [o-s]* * add changelog frag
This commit is contained in:
@@ -67,7 +67,7 @@ def main():
|
||||
module = AnsibleModule(
|
||||
argument_spec=dict(
|
||||
msg=dict(required=True),
|
||||
voice=dict(required=False),
|
||||
voice=dict(),
|
||||
),
|
||||
supports_check_mode=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user