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:
@@ -302,12 +302,12 @@ def main():
|
||||
validate_certs=dict(type='bool', default=True),
|
||||
timeout=dict(type='int', default=30),
|
||||
),
|
||||
required_if=([
|
||||
required_if=[
|
||||
('state', 'delete', ['ip'])
|
||||
]),
|
||||
mutually_exclusive=(
|
||||
],
|
||||
mutually_exclusive=[
|
||||
['region', 'droplet_id']
|
||||
),
|
||||
],
|
||||
)
|
||||
|
||||
core(module)
|
||||
|
||||
Reference in New Issue
Block a user