rax_required_together is a function

This commit is contained in:
Matt Martz 2013-12-04 19:26:34 -06:00
parent 5fb01db898
commit d8be08cf00

View file

@ -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')