mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
Add Gitlab-CI (#3)
This commit is contained in:
parent
363598811e
commit
a2d00f8d7a
6 changed files with 207 additions and 0 deletions
|
|
@ -306,6 +306,7 @@ class AnsibleHcloudServer(Hcloud):
|
|||
self.module.fail_on_missing_params(
|
||||
required_params=["name", "server_type", "image"]
|
||||
)
|
||||
|
||||
params = {
|
||||
"name": self.module.params.get("name"),
|
||||
"server_type": self.client.server_types.get_by_name(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue