1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

add explicit type for scheduler hints

This commit is contained in:
David Hocky 2016-03-03 14:15:04 -05:00 committed by Matt Clay
parent 3b800f1f34
commit d6e32b8245

View file

@ -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(