mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix invalid syntax in openstack_module_kwargs call
This commit is contained in:
@@ -111,6 +111,7 @@ def main():
|
|||||||
module_kwargs = openstack_module_kwargs(
|
module_kwargs = openstack_module_kwargs(
|
||||||
mutually_exclusive=[
|
mutually_exclusive=[
|
||||||
['remote_ip_prefix', 'remote_group'],
|
['remote_ip_prefix', 'remote_group'],
|
||||||
|
]
|
||||||
)
|
)
|
||||||
module = AnsibleModule(argument_spec, **module_kwargs)
|
module = AnsibleModule(argument_spec, **module_kwargs)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user