From 570defc6d891000034aec0fc7dfa1b5243b53860 Mon Sep 17 00:00:00 2001 From: nitzmahone Date: Fri, 3 Jun 2016 10:42:04 -0700 Subject: [PATCH] correct gs_storage docs to match reality --- lib/ansible/modules/cloud/google/gc_storage.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/cloud/google/gc_storage.py b/lib/ansible/modules/cloud/google/gc_storage.py index 8056de162e..cdf2295c76 100644 --- a/lib/ansible/modules/cloud/google/gc_storage.py +++ b/lib/ansible/modules/cloud/google/gc_storage.py @@ -76,14 +76,14 @@ options: default: null aliases: [] choices: [ 'get', 'put', 'get_url', 'get_str', 'delete', 'create' ] - gc_secret_key: + gs_secret_key: description: - - GCS secret key. If not set then the value of the GCS_SECRET_KEY environment variable is used. + - GS secret key. If not set then the value of the GS_SECRET_ACCESS_KEY environment variable is used. required: true default: null - gc_access_key: + gs_access_key: description: - - GCS access key. If not set then the value of the GCS_ACCESS_KEY environment variable is used. + - GS access key. If not set then the value of the GS_ACCESS_KEY_ID environment variable is used. required: true default: null