Fix invalid syntax in openstack_module_kwargs call

pull/18777/head
Davide Guerri 9 years ago committed by Matt Clay
parent 9acc891477
commit 2d7dbc5d0c

@ -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…
Cancel
Save