mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-22 21:00:29 -07:00
Fixing integration tests on SQL + DNS (#139)
<!-- This change is generated by MagicModules. --> /cc @rambleraptor
This commit is contained in:
parent
e63c0009e4
commit
02ec84ed06
3 changed files with 5 additions and 5 deletions
|
@ -67,7 +67,7 @@
|
|||
- name: verify that command succeeded
|
||||
assert:
|
||||
that:
|
||||
- results['items'] | length >= 1
|
||||
- "'test-user' in \"{{ results['items'] | map(attribute='name') | list }}\""
|
||||
# ----------------------------------------------------------------------------
|
||||
- name: create a user that already exists
|
||||
gcp_sql_user:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue