rax_required_together is a function

This commit is contained in:
Matt Martz 2013-12-04 19:26:34 -06:00
parent 942ee4b3d4
commit d73251c342

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