summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/gcp_compute_http_health_check
diff options
context:
space:
mode:
authorAlex Stephen <alexstephen@google.com>2019-08-09 22:13:08 +0200
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2019-08-09 22:13:08 +0200
commit2e90efd4a77b0024dda71f1a458f941b15e9ff55 (patch)
tree87c2f20de74ddb587203859a51b19005d4708f3d /test/integration/targets/gcp_compute_http_health_check
parentAllow firmware update for (SP, ACP, Shelf, Disk) (#58597) (diff)
downloadansible-2e90efd4a77b0024dda71f1a458f941b15e9ff55.tar.xz
ansible-2e90efd4a77b0024dda71f1a458f941b15e9ff55.zip
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_http_health_check')
-rw-r--r--test/integration/targets/gcp_compute_http_health_check/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/gcp_compute_http_health_check/tasks/main.yml b/test/integration/targets/gcp_compute_http_health_check/tasks/main.yml
index 948568eaa9..0ed41a0b62 100644
--- a/test/integration/targets/gcp_compute_http_health_check/tasks/main.yml
+++ b/test/integration/targets/gcp_compute_http_health_check/tasks/main.yml
@@ -42,7 +42,7 @@
that:
- result.changed == true
- name: verify that http_health_check was created
- gcp_compute_http_health_check_facts:
+ gcp_compute_http_health_check_info:
filters:
- name = {{ resource_name }}
project: "{{ gcp_project }}"
@@ -90,7 +90,7 @@
that:
- result.changed == true
- name: verify that http_health_check was deleted
- gcp_compute_http_health_check_facts:
+ gcp_compute_http_health_check_info:
filters:
- name = {{ resource_name }}
project: "{{ gcp_project }}"