mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-05-17 07:09:10 -07:00
tests: fix key_ring and redis
- gcp_key_ring was already passing, needed to be enabled. - gcp_redis_instance was using legacy networks, switch to net networks.
This commit is contained in:
parent
f1f41177e4
commit
1a753eff05
5 changed files with 6 additions and 5 deletions
|
@ -21,6 +21,7 @@ SERVICE_LIST=(
|
|||
"dns"
|
||||
"file.googleapis.com"
|
||||
"ml.googleapis.com"
|
||||
"redis.googleapis.com"
|
||||
"runtimeconfig.googleapis.com"
|
||||
"sourcerepo.googleapis.com"
|
||||
"spanner.googleapis.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue