mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-02 14:40:26 -07:00
Bug fixes for GCP modules (#51576)
This commit is contained in:
parent
cdb4c9b272
commit
68f4228065
5 changed files with 9 additions and 9 deletions
|
@ -117,7 +117,7 @@ EXAMPLES = '''
|
|||
|
||||
- name: create a bucket access control
|
||||
gcp_storage_bucket_access_control:
|
||||
bucket: "{{ bucket }}"
|
||||
bucket: "test_object"
|
||||
entity: user-alexstephen@google.com
|
||||
role: WRITER
|
||||
project: "test_project"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue