mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
add explicit type for scheduler hints
This commit is contained in:
@@ -560,7 +560,7 @@ def main():
|
||||
boot_volume = dict(default=None, aliases=['root_volume']),
|
||||
terminate_volume = dict(default=False, type='bool'),
|
||||
volumes = dict(default=[], type='list'),
|
||||
scheduler_hints = dict(default=None),
|
||||
scheduler_hints = dict(default=None, type='dict'),
|
||||
state = dict(default='present', choices=['absent', 'present']),
|
||||
)
|
||||
module_kwargs = openstack_module_kwargs(
|
||||
|
||||
Reference in New Issue
Block a user