mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 07:24:00 -07:00
arg_spec adjustments: modules [g-j]* (#10505)
* arg_spec adjustments: modules [g-j]* * add changelog frag
This commit is contained in:
parent
84b5d38c51
commit
0f7cd5473f
39 changed files with 173 additions and 152 deletions
|
@ -101,8 +101,8 @@ def main():
|
|||
channel_token=dict(type='str', required=True, no_log=True),
|
||||
message_content=dict(type='str', required=True),
|
||||
service=dict(type='str', default='ansible'),
|
||||
url=dict(type='str', default=None),
|
||||
icon_url=dict(type='str', default=None),
|
||||
url=dict(type='str'),
|
||||
icon_url=dict(type='str'),
|
||||
validate_certs=dict(default=True, type='bool'),
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue