From c0f92317ef9c36b03ab183de3587784240abd324 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Thu, 1 May 2014 11:44:31 -0500 Subject: [PATCH] Fixing a documentation error in the new stackdriver module --- library/notification/stackdriver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/notification/stackdriver b/library/notification/stackdriver index 7caa66d88b4..c36964dd9d2 100644 --- a/library/notification/stackdriver +++ b/library/notification/stackdriver @@ -33,7 +33,7 @@ options: default: "Ansible" deployed_to: description: - - The environment code was deployed to. (ie: development, staging, production) + - "The environment code was deployed to. (ie: development, staging, production)" required: false default: null repository: