fix gcp_bigtable_instance

gcp_bigtable_instance scope was using an incorrect scope,
which was causing oauth requests to not complete successfully.
This commit is contained in:
Yusuke Tsutsumi 2022-11-20 07:37:17 +00:00 committed by Yusuke Tsutsumi
commit 6171713572
4 changed files with 3 additions and 8 deletions

View file

@ -48,8 +48,6 @@
project: "{{ gcp_project }}"
auth_kind: "{{ gcp_cred_kind }}"
service_account_file: "{{ gcp_cred_file }}"
scopes:
- https://www.googleapis.com/auth/bigtable
register: results
- name: verify that command succeeded
assert:
@ -96,8 +94,6 @@
project: "{{ gcp_project }}"
auth_kind: "{{ gcp_cred_kind }}"
service_account_file: "{{ gcp_cred_file }}"
scopes:
- https://www.googleapis.com/auth/bigtable
register: results
- name: verify that command succeeded
assert: