Fix invalid syntax in openstack_module_kwargs call
This commit is contained in:
parent
9acc891477
commit
2d7dbc5d0c
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ def main():
|
|||
module_kwargs = openstack_module_kwargs(
|
||||
mutually_exclusive=[
|
||||
['remote_ip_prefix', 'remote_group'],
|
||||
]
|
||||
)
|
||||
module = AnsibleModule(argument_spec, **module_kwargs)
|
||||
|
||||
|
|
Loading…
Reference in a new issue