mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-23 05:10:29 -07:00
Ansible integration test fixes - pt 2 (#147)
<!-- This change is generated by MagicModules. --> /cc @rambleraptor
This commit is contained in:
parent
f288ffc4be
commit
3496923252
12 changed files with 112 additions and 100 deletions
|
@ -15,7 +15,7 @@
|
|||
# Pre-test setup
|
||||
- name: create a instance
|
||||
gcp_sql_instance:
|
||||
name: "{{ resource_name }}"
|
||||
name: "{{resource_name}}-3"
|
||||
settings:
|
||||
ip_configuration:
|
||||
authorized_networks:
|
||||
|
@ -132,7 +132,7 @@
|
|||
# If errors happen, don't crash the playbook!
|
||||
- name: delete a instance
|
||||
gcp_sql_instance:
|
||||
name: "{{ resource_name }}"
|
||||
name: "{{resource_name}}-3"
|
||||
settings:
|
||||
ip_configuration:
|
||||
authorized_networks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue