mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 02:40:29 -07:00
Removing unused puppet code (#144)
<!-- This change is generated by MagicModules. --> /cc @rambleraptor
This commit is contained in:
parent
30f3eb02e9
commit
797e08c80a
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,7 @@
|
|||
- result.has_key('kind') == False
|
||||
#---------------------------------------------------------
|
||||
# Post-test teardown
|
||||
# If errors happen, don't crash the playbook!
|
||||
- name: delete a dataset
|
||||
gcp_bigquery_dataset:
|
||||
name: example_dataset
|
||||
|
@ -149,3 +150,4 @@
|
|||
service_account_file: "{{ gcp_cred_file }}"
|
||||
state: absent
|
||||
register: dataset
|
||||
ignore_errors: true
|
||||
|
|
Loading…
Add table
Reference in a new issue