mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 15:11:33 -07:00
Backport doc changes from facts->info change (#341)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
ef0d0c3ff4
commit
1c89350d77
42 changed files with 107 additions and 107 deletions
|
@ -22,7 +22,7 @@
|
|||
service_account_file: "{{ gcp_cred_file }}"
|
||||
state: present
|
||||
register: instancegroup
|
||||
- name: create a http health check
|
||||
- name: create a HTTP health check
|
||||
gcp_compute_http_health_check:
|
||||
name: httphealthcheck-backendservice
|
||||
healthy_threshold: 10
|
||||
|
@ -149,7 +149,7 @@
|
|||
#---------------------------------------------------------
|
||||
# Post-test teardown
|
||||
# If errors happen, don't crash the playbook!
|
||||
- name: delete a http health check
|
||||
- name: delete a HTTP health check
|
||||
gcp_compute_http_health_check:
|
||||
name: httphealthcheck-backendservice
|
||||
healthy_threshold: 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue