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
299 B
YAML
10 lines
299 B
YAML
---
|
|
- name: Create test_certificate
|
|
hetzner.hcloud.certificate:
|
|
name: "{{ hcloud_certificate_name }}"
|
|
certificate: "{{ test_certificate_content }}"
|
|
private_key: "{{ test_certificate_privatekey_content }}"
|
|
labels:
|
|
key: value
|
|
my-label: label
|
|
register: test_certificate
|