mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-28 22:49:00 +00:00
[PR #10513/3b551f92 backport][stable-11] arg_spec adjustments: modules [t-z]* (#10535)
arg_spec adjustments: modules [t-z]* (#10513)
* arg_spec adjustments: modules [t-z]*
* add changelog frag
(cherry picked from commit 3b551f92fc)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
57c523af55
commit
ccc2fcefdd
18 changed files with 161 additions and 143 deletions
|
|
@ -150,7 +150,7 @@ def main():
|
|||
msg=dict(required=True),
|
||||
from_number=dict(required=True),
|
||||
to_numbers=dict(required=True, aliases=['to_number'], type='list', elements='str'),
|
||||
media_url=dict(default=None, required=False),
|
||||
media_url=dict(),
|
||||
),
|
||||
supports_check_mode=True
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue