From f4ca909d59b7733db106a0f32854d4b0f7a1bddb Mon Sep 17 00:00:00 2001
From: Adam Chainz <adam@adamj.eu>
Date: Thu, 23 Oct 2014 17:21:52 +0100
Subject: [PATCH] Update syntax for cloudformation example

---
 cloud/cloudformation.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cloud/cloudformation.py b/cloud/cloudformation.py
index 6a7838a51b2..162c8d8cd16 100644
--- a/cloud/cloudformation.py
+++ b/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