From dddc5ffd2c4008673277f150af952b5e0f7f9348 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Thu, 23 Oct 2014 17:21:52 +0100 Subject: [PATCH] Update syntax for cloudformation example --- lib/ansible/modules/cloud/cloudformation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/cloudformation.py b/lib/ansible/modules/cloud/cloudformation.py index 6a7838a51b2..162c8d8cd16 100644 --- a/lib/ansible/modules/cloud/cloudformation.py +++ b/lib/ansible/modules/cloud/cloudformation.py @@ -97,7 +97,7 @@ EXAMPLES = ''' # Basic task example tasks: - name: launch ansible cloudformation example - action: cloudformation > + cloudformation: stack_name="ansible-cloudformation" state=present region=us-east-1 disable_rollback=true template=files/cloudformation-example.json