Removing unused puppet code (#144)

<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
This commit is contained in:
The Magician 2018-12-07 10:16:51 -08:00 committed by Alex Stephen
parent 30f3eb02e9
commit 797e08c80a

View file

@ -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