1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-08 01:04:15 +00:00

Fix invalid syntax in openstack_module_kwargs call

This commit is contained in:
Davide Guerri 2015-06-04 17:34:21 +01:00 committed by Matt Clay
parent 9acc891477
commit 2d7dbc5d0c

View file

@ -111,6 +111,7 @@ def main():
module_kwargs = openstack_module_kwargs(
mutually_exclusive=[
['remote_ip_prefix', 'remote_group'],
]
)
module = AnsibleModule(argument_spec, **module_kwargs)