mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
add test
This commit is contained in:
parent
f3fec25724
commit
5d38815487
1 changed files with 4 additions and 0 deletions
|
|
@ -257,6 +257,10 @@
|
|||
hetzner.hcloud.server:
|
||||
name: "{{ hcloud_server_name }}"
|
||||
image: "{{ hcloud_image_name }}"
|
||||
user_data: |
|
||||
#cloud-config
|
||||
packages:
|
||||
- curl
|
||||
state: rebuild
|
||||
register: result_after_test
|
||||
- name: verify rebuild server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue