Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Removing unused puppet code (#144)
Browse files Browse the repository at this point in the history
<!-- This change is generated by MagicModules. -->
/cc @rambleraptor
  • Loading branch information
modular-magician authored and rambleraptor committed Sep 5, 2019
1 parent 30f3eb0 commit 797e08c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/gcp_bigquery_table/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -149,3 +150,4 @@
service_account_file: "{{ gcp_cred_file }}"
state: absent
register: dataset
ignore_errors: true

0 comments on commit 797e08c

Please sign in to comment.