ngine-io / ansible-collection-vultr

Vultr Ansible Collections
https://galaxy.ansible.com/ngine_io/vultr
GNU General Public License v3.0
16 stars 11 forks source link

user_data should be userdata #26

Closed SJReese closed 2 years ago

SJReese commented 2 years ago

According to the v1 API for /v1/server/create, the user-data item should be sent as 'userdata', not 'user_data'. Adds the user-data to the instance properly at instance creation.

resmo commented 2 years ago

Thanks for this fix!