summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2021-11-04 12:56:16 -0400
committerMatt Clay <matt@mystile.com>2021-11-04 10:07:33 -0700
commit59c16e207345aedee6c0440590b3a1d4c4e37d7b (patch)
tree81f631981fb0d717b111792e3b41d953c6936452
parent388ba385f5b04388b09ea1c4077cc8438464ca03 (diff)
downloadansible-59c16e207345aedee6c0440590b3a1d4c4e37d7b.tar.gz
Fix hcloud_location_info test
Hetzner added a new datacenter so the tests need to be updated
-rw-r--r--test/integration/targets/hcloud_location_info/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/hcloud_location_info/tasks/main.yml b/test/integration/targets/hcloud_location_info/tasks/main.yml
index e0ae5f176b..5660093c70 100644
--- a/test/integration/targets/hcloud_location_info/tasks/main.yml
+++ b/test/integration/targets/hcloud_location_info/tasks/main.yml
@@ -8,7 +8,7 @@
- name: verify test gather hcloud location infos
assert:
that:
- - hcloud_location.hcloud_location_info | list | count == 3
+ - hcloud_location.hcloud_location_info | list | count == 4
- name: test gather hcloud location infos in check mode
hcloud_location_info:
@@ -18,7 +18,7 @@
- name: verify test gather hcloud location infos in check mode
assert:
that:
- - hcloud_location.hcloud_location_info | list | count == 3
+ - hcloud_location.hcloud_location_info | list | count == 4
- name: test gather hcloud location infos with correct name
hcloud_location_info: