summaryrefslogtreecommitdiff
path: root/test/integration/targets/gcp_compute_target_ssl_proxy/tasks
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_target_ssl_proxy/tasks
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_target_ssl_proxy/tasks')
-rw-r--r--test/integration/targets/gcp_compute_target_ssl_proxy/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_compute_target_ssl_proxy/tasks/main.yml b/test/integration/targets/gcp_compute_target_ssl_proxy/tasks/main.yml
index 3284559036..f1f31f3262 100644
--- a/test/integration/targets/gcp_compute_target_ssl_proxy/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_target_ssl_proxy/tasks/main.yml
@@ -111,7 +111,7 @@
that:
- result.changed == true
- name: verify that target_ssl_proxy was created
- gcp_compute_target_ssl_proxy_facts:
+ gcp_compute_target_ssl_proxy_info:
filters:
- name = {{ resource_name }}
project: "{{ gcp_project }}"
@@ -157,7 +157,7 @@
that:
- result.changed == true
- name: verify that target_ssl_proxy was deleted
- gcp_compute_target_ssl_proxy_facts:
+ gcp_compute_target_ssl_proxy_info:
filters:
- name = {{ resource_name }}
project: "{{ gcp_project }}"