mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
rax_required_together is a function
This commit is contained in:
@@ -286,7 +286,7 @@ def main():
|
||||
|
||||
module = AnsibleModule(
|
||||
argument_spec=argument_spec,
|
||||
required_together=rax_required_together,
|
||||
required_together=rax_required_together(),
|
||||
)
|
||||
|
||||
algorithm = module.params.get('algorithm')
|
||||
|
||||
Reference in New Issue
Block a user