1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00
hetzner.hcloud/tests/integration/targets/volume_info/tasks/prepare.yml
Jonas L 328dfb8b0f
refactor: start using new modules names (#393)
##### SUMMARY

Update all references to modules to use the new module names.
Continuation of #390
2023-11-21 09:40:11 +01:00

9 lines
178 B
YAML

---
- name: Create test_volume
hetzner.hcloud.volume:
name: "{{ hcloud_volume_name }}"
size: 10
location: fsn1
labels:
key: value
register: test_volume