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