Merge pull request #5168 from sivel/rax_clb_required_together
rax_required_together is a function
This commit is contained in:
commit
608a0ef220
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ def main():
|
||||||
|
|
||||||
module = AnsibleModule(
|
module = AnsibleModule(
|
||||||
argument_spec=argument_spec,
|
argument_spec=argument_spec,
|
||||||
required_together=rax_required_together,
|
required_together=rax_required_together(),
|
||||||
)
|
)
|
||||||
|
|
||||||
algorithm = module.params.get('algorithm')
|
algorithm = module.params.get('algorithm')
|
||||||
|
|
Loading…
Reference in a new issue