Commit d73251c3 by Matt Martz

rax_required_together is a function

parent 942ee4b3
......@@ -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')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment