From 1aa1b617f509c7dee0b1020be27706cf5436e071 Mon Sep 17 00:00:00 2001 From: Anton Simernia Date: Tue, 31 May 2016 19:27:18 +0300 Subject: [PATCH] Update gc_storage.py (#3802) --- lib/ansible/modules/cloud/google/gc_storage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/google/gc_storage.py b/lib/ansible/modules/cloud/google/gc_storage.py index 6aef328fc02..43db1c4212c 100644 --- a/lib/ansible/modules/cloud/google/gc_storage.py +++ b/lib/ansible/modules/cloud/google/gc_storage.py @@ -76,12 +76,12 @@ options: default: null aliases: [] choices: [ 'get', 'put', 'get_url', 'get_str', 'delete', 'create' ] - gcs_secret_key: + gc_secret_key: description: - GCS secret key. If not set then the value of the GCS_SECRET_KEY environment variable is used. required: true default: null - gcs_access_key: + gc_access_key: description: - GCS access key. If not set then the value of the GCS_ACCESS_KEY environment variable is used. required: true