Commit 71a5de6e by Michael DeHaan

Merge pull request #5168 from sivel/rax_clb_required_together

rax_required_together is a function
parents 44222192 d73251c3
......@@ -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