Bug fixes for GCP modules (#60337)

pull/60337/merge
The Magician 5 years ago committed by ansibot
parent 687da46a85
commit be459c00bf

@ -355,7 +355,7 @@ EXAMPLES = '''
state: present state: present
register: instancegroup register: instancegroup
- name: create a http health check - name: create a HTTP health check
gcp_compute_http_health_check: gcp_compute_http_health_check:
name: httphealthcheck-backendservice name: httphealthcheck-backendservice
healthy_threshold: 10 healthy_threshold: 10

@ -22,7 +22,7 @@
service_account_file: "{{ gcp_cred_file }}" service_account_file: "{{ gcp_cred_file }}"
state: present state: present
register: instancegroup register: instancegroup
- name: create a http health check - name: create a HTTP health check
gcp_compute_http_health_check: gcp_compute_http_health_check:
name: httphealthcheck-backendservice name: httphealthcheck-backendservice
healthy_threshold: 10 healthy_threshold: 10
@ -149,7 +149,7 @@
#--------------------------------------------------------- #---------------------------------------------------------
# Post-test teardown # Post-test teardown
# If errors happen, don't crash the playbook! # 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: gcp_compute_http_health_check:
name: httphealthcheck-backendservice name: httphealthcheck-backendservice
healthy_threshold: 10 healthy_threshold: 10

Loading…
Cancel
Save