mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Add AnsibleModule signature schema, and fix associated issues (#43512)
This commit is contained in:
@@ -296,7 +296,7 @@ def main():
|
||||
)
|
||||
|
||||
module = AnsibleModule(argument_spec=argument_spec,
|
||||
mutually_exclusive=['target_group_arn', 'target_group_name']
|
||||
mutually_exclusive=[['target_group_arn', 'target_group_name']]
|
||||
)
|
||||
|
||||
if not HAS_BOTO3:
|
||||
|
||||
Reference in New Issue
Block a user