Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
vultr_server: fix user data handling (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
SJReese authored Mar 27, 2022
1 parent 5f30460 commit 45579fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/vultr_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def _create_server(self, server=None):
'notify_activate': self.get_yes_or_no('notify_activate'),
'tag': self.module.params.get('tag'),
'reserved_ip_v4': self.module.params.get('reserved_ip_v4'),
'user_data': self.get_user_data(),
'userdata': self.get_user_data(),
'SCRIPTID': self.get_startup_script().get('SCRIPTID'),
}
self.api_query(
Expand Down

0 comments on commit 45579fc

Please sign in to comment.