summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2021-11-03 14:16:33 -0400
committerMatt Clay <matt@mystile.com>2021-11-03 12:29:11 -0700
commit388ba385f5b04388b09ea1c4077cc8438464ca03 (patch)
treebff6ebf287d962608f64fb52834d40013f9e5624
parent6626396a79b53e50e0b44f3e603b3d482de1c20f (diff)
downloadansible-388ba385f5b04388b09ea1c4077cc8438464ca03.tar.gz
Fix hcloud_datacenter_info test
A new datacenter was added
-rw-r--r--test/integration/targets/hcloud_datacenter_info/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/hcloud_datacenter_info/tasks/main.yml b/test/integration/targets/hcloud_datacenter_info/tasks/main.yml
index 7f49b040c5..72e690240b 100644
--- a/test/integration/targets/hcloud_datacenter_info/tasks/main.yml
+++ b/test/integration/targets/hcloud_datacenter_info/tasks/main.yml
@@ -8,7 +8,7 @@
- name: verify test gather hcloud datacenter infos
assert:
that:
- - hcloud_datacenters.hcloud_datacenter_info| list | count == 3
+ - hcloud_datacenters.hcloud_datacenter_info| list | count == 4
- name: test gather hcloud datacenter infos in check mode
hcloud_datacenter_info:
@@ -18,7 +18,7 @@
- name: verify test gather hcloud datacenter infos in check mode
assert:
that:
- - hcloud_datacenters.hcloud_datacenter_info| list | count == 3
+ - hcloud_datacenters.hcloud_datacenter_info| list | count == 4
- name: test gather hcloud datacenter infos with correct name