mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
##### SUMMARY Update all references to modules to use the new module names. Continuation of #390
9 lines
205 B
YAML
9 lines
205 B
YAML
---
|
|
- name: Create test_floating_ip
|
|
hetzner.hcloud.floating_ip:
|
|
name: "{{ hcloud_floating_ip_name }}"
|
|
home_location: fsn1
|
|
type: ipv4
|
|
labels:
|
|
key: value
|
|
register: test_floating_ip
|