Bug fixes for GCP modules (#55973)

This commit is contained in:
The Magician 2019-05-20 11:44:30 -07:00 committed by ansibot
commit b712b01f6e
23 changed files with 81 additions and 124 deletions

View file

@ -49,7 +49,7 @@
- name: verify that command succeeded
assert:
that:
- results['items'] | length >= 1
- results['resources'] | length >= 1
# ----------------------------------------------------------------------------
- name: create a dataset that already exists
gcp_bigquery_dataset:
@ -93,7 +93,7 @@
- name: verify that command succeeded
assert:
that:
- results['items'] | length == 0
- results['resources'] | length == 0
# ----------------------------------------------------------------------------
- name: delete a dataset that does not exist
gcp_bigquery_dataset: