From d3bac8bdd94bfaa4b287bff693b80d1b2106dace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Fri, 26 Jun 2020 14:21:36 +0200 Subject: [PATCH] fix tests --- .../targets/hcloud_load_balancer/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/integration/targets/hcloud_load_balancer/tasks/main.yml b/tests/integration/targets/hcloud_load_balancer/tasks/main.yml index 05be7e1..283adf5 100644 --- a/tests/integration/targets/hcloud_load_balancer/tasks/main.yml +++ b/tests/integration/targets/hcloud_load_balancer/tasks/main.yml @@ -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: