mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
SUMMARY Use the new testing framework for the load_balancer_service integration tests. Depends on #545
7 lines
217 B
YAML
7 lines
217 B
YAML
---
|
|
- name: Create test_load_balancer
|
|
hetzner.hcloud.load_balancer:
|
|
name: "{{ hcloud_load_balancer_name }}"
|
|
load_balancer_type: lb11
|
|
location: "{{ hcloud_location_name }}"
|
|
register: test_load_balancer
|