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
10 lines
224 B
YAML
10 lines
224 B
YAML
---
|
|
- name: Cleanup test_ssh_key
|
|
hetzner.hcloud.ssh_key:
|
|
name: "{{ hcloud_ssh_key_name }}"
|
|
state: absent
|
|
|
|
- name: Cleanup test_server
|
|
hetzner.hcloud.server:
|
|
name: "{{ hcloud_server_name }}"
|
|
state: absent
|