diff --git a/test/integration/targets/hcloud_datacenter_info/tasks/main.yml b/test/integration/targets/hcloud_datacenter_info/tasks/main.yml index 7f49b040c58..72e690240b2 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