mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Add AnsibleModule signature schema, and fix associated issues (#43512)
This commit is contained in:
@@ -398,7 +398,7 @@ def main():
|
||||
argument_spec=argument_spec,
|
||||
add_file_common_args=True,
|
||||
supports_check_mode=True,
|
||||
mutually_exclusive=(['checksum', 'sha256sum']),
|
||||
mutually_exclusive=[['checksum', 'sha256sum']],
|
||||
)
|
||||
|
||||
url = module.params['url']
|
||||
|
||||
Reference in New Issue
Block a user