summaryrefslogtreecommitdiff
path: root/test/integration/targets/gcp_compute_firewall/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/gcp_compute_firewall/tasks/main.yml')
-rw-r--r--test/integration/targets/gcp_compute_firewall/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_compute_firewall/tasks/main.yml b/test/integration/targets/gcp_compute_firewall/tasks/main.yml
index 231eb28fd8..7a775501f5 100644
--- a/test/integration/targets/gcp_compute_firewall/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_firewall/tasks/main.yml
@@ -52,7 +52,7 @@
that:
- result.changed == true
- name: verify that firewall was created
- gcp_compute_firewall_facts:
+ gcp_compute_firewall_info:
filters:
- name = {{ resource_name }}
project: "{{ gcp_project }}"
@@ -110,7 +110,7 @@
that:
- result.changed == true
- name: verify that firewall was deleted
- gcp_compute_firewall_facts:
+ gcp_compute_firewall_info:
filters:
- name = {{ resource_name }}
project: "{{ gcp_project }}"