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

Commit

Permalink
fix argument_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher committed Apr 9, 2020
1 parent 491ee5d commit 1ee9943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/vultr_server_baremetal.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def main():
reserved_ip_v4=dict(),
startup_script=dict(),
user_data=dict(),
ssh_keys=dict(type='list', aliases=['ssh_key']),
ssh_keys=dict(type='list', elements='str', aliases=['ssh_key']),
region=dict(),
state=dict(choices=['present', 'absent'], default='present'),
))
Expand Down

0 comments on commit 1ee9943

Please sign in to comment.