summaryrefslogtreecommitdiff
path: root/test/integration/targets/gcp_compute_route
diff options
context:
space:
mode:
authorAlex Stephen <alexstephen@google.com>2019-08-09 13:13:08 -0700
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2019-08-09 15:13:08 -0500
commit2e90efd4a77b0024dda71f1a458f941b15e9ff55 (patch)
tree87c2f20de74ddb587203859a51b19005d4708f3d /test/integration/targets/gcp_compute_route
parentb6202dde3293f8395e05d43270cc0f398807cb1a (diff)
downloadansible-2e90efd4a77b0024dda71f1a458f941b15e9ff55.tar.gz
Changing GCP Facts modules to Info Modules (#60172)
* file changes, porting guide, changelog fragment, renaming autoscaler, removing rst links * Apply suggestions from code review Co-Authored-By: Alicia Cozine <879121+acozine@users.noreply.github.com> Co-Authored-By: Felix Fontein <felix@fontein.de>
Diffstat (limited to 'test/integration/targets/gcp_compute_route')
-rw-r--r--test/integration/targets/gcp_compute_route/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_compute_route/tasks/main.yml b/test/integration/targets/gcp_compute_route/tasks/main.yml
index ebaaa659be..8ffb557a61 100644
--- a/test/integration/targets/gcp_compute_route/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_route/tasks/main.yml
@@ -54,7 +54,7 @@
that:
- result.changed == true
- name: verify that route was created
- gcp_compute_route_facts:
+ gcp_compute_route_info:
filters:
- name = {{ resource_name }}
project: "{{ gcp_project }}"
@@ -106,7 +106,7 @@
that:
- result.changed == true
- name: verify that route was deleted
- gcp_compute_route_facts:
+ gcp_compute_route_info:
filters:
- name = {{ resource_name }}
project: "{{ gcp_project }}"