mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #5168 from sivel/rax_clb_required_together
rax_required_together is a function
This commit is contained in:
commit
71a5de6e72
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