mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-30 00:21:33 -07:00
Enable required YAML lint rules and fix results
This commit is contained in:
parent
3de16da36a
commit
4ee4cc60b5
91 changed files with 225 additions and 223 deletions
|
@ -158,7 +158,7 @@
|
|||
service_account_file: "{{ gcp_cred_file | default(omit) }}"
|
||||
peer_ip: "{{ address.address }}"
|
||||
state: absent
|
||||
#----------------------------------------------------------
|
||||
# ----------------------------------------------------------
|
||||
- name: Create a vpn tunnel
|
||||
google.cloud.gcp_compute_vpn_tunnel:
|
||||
name: "{{ resource_name }}"
|
||||
|
@ -209,7 +209,7 @@
|
|||
ansible.builtin.assert:
|
||||
that:
|
||||
- result.changed == false
|
||||
#----------------------------------------------------------
|
||||
# ----------------------------------------------------------
|
||||
- name: Delete a vpn tunnel
|
||||
google.cloud.gcp_compute_vpn_tunnel:
|
||||
name: "{{ resource_name }}"
|
||||
|
@ -260,7 +260,7 @@
|
|||
ansible.builtin.assert:
|
||||
that:
|
||||
- result.changed == false
|
||||
#---------------------------------------------------------
|
||||
# ---------------------------------------------------------
|
||||
# Post-test teardown
|
||||
- name: Delete a UDP-4500 forwarding rule
|
||||
google.cloud.gcp_compute_forwarding_rule:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue