mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Add AnsibleModule signature schema, and fix associated issues (#43512)
This commit is contained in:
parent
25218e6843
commit
01c0446cb5
16 changed files with 72 additions and 36 deletions
|
@ -693,7 +693,7 @@ def main():
|
|||
['template_id', 'template_name', 'cardinality'],
|
||||
['service_id', 'custom_attrs']
|
||||
],
|
||||
required_together=['role', 'cardinality'],
|
||||
required_together=[['role', 'cardinality']],
|
||||
supports_check_mode=True)
|
||||
|
||||
auth = get_connection_info(module)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue