summaryrefslogtreecommitdiff
path: root/test/integration/targets/gcp_compute_global_address/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/gcp_compute_global_address/tasks/main.yml')
-rw-r--r--test/integration/targets/gcp_compute_global_address/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_compute_global_address/tasks/main.yml b/test/integration/targets/gcp_compute_global_address/tasks/main.yml
index 8dbfa8b5d5..fdbd73770a 100644
--- a/test/integration/targets/gcp_compute_global_address/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_global_address/tasks/main.yml
@@ -34,7 +34,7 @@
that:
- result.changed == true
- name: verify that global_address was created
- gcp_compute_global_address_facts:
+ gcp_compute_global_address_info:
filters:
- name = {{ resource_name }}
project: "{{ gcp_project }}"
@@ -74,7 +74,7 @@
that:
- result.changed == true
- name: verify that global_address was deleted
- gcp_compute_global_address_facts:
+ gcp_compute_global_address_info:
filters:
- name = {{ resource_name }}
project: "{{ gcp_project }}"