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
|
|
@ -220,6 +220,7 @@ class AnsibleHcloudFloatingIP(Hcloud):
|
|||
self.module.fail_on_missing_params(
|
||||
required_params=["type"]
|
||||
)
|
||||
|
||||
params = {
|
||||
"description": self.module.params.get("description"),
|
||||
"type": self.module.params.get("type"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue