From 6141818110e427412488adfd1b1a71277d399a0c Mon Sep 17 00:00:00 2001 From: "Ryan S. Brown" Date: Mon, 15 May 2017 07:14:34 -0400 Subject: [PATCH] [cloud] Document stage option on `serverless` module --- lib/ansible/modules/cloud/misc/serverless.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/ansible/modules/cloud/misc/serverless.py b/lib/ansible/modules/cloud/misc/serverless.py index 842ec39462f..4cff01c0e77 100644 --- a/lib/ansible/modules/cloud/misc/serverless.py +++ b/lib/ansible/modules/cloud/misc/serverless.py @@ -42,6 +42,10 @@ options: description: - The path to the root of the Serverless Service to be operated on. required: true + stage: + description: + - The name of the serverless framework project stage to deploy to. This uses the serverless framework default "dev". + required: false functions: description: - A list of specific functions to deploy. If this is not provided, all functions in the service will be deployed.