1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

fix tests

This commit is contained in:
Lukas Kämmerling 2020-06-26 14:21:36 +02:00
parent 63345471a8
commit d3bac8bdd9

View file

@ -51,7 +51,7 @@
- name: test create Load Balancer idempotence
hcloud_load_balancer:
name: "{{ hcloud_load_balancer_name }}"
state: started
state: present
register: result
- name: verify create Load Balancer idempotence
assert:
@ -126,7 +126,7 @@
labels:
key: value
mylabel: "val123"
state: started
state: present
register: main_load_balancer
- name: verify create Load Balancer with labels
assert:
@ -143,7 +143,7 @@
labels:
key: other
mylabel: "val123"
state: started
state: present
register: main_load_balancer
- name: verify update Load Balancer with labels
assert:
@ -160,7 +160,7 @@
labels:
mylabel: "val123"
key: other
state: started
state: present
register: main_load_balancer
- name: verify update Load Balancer with labels in other order
assert: