Skip to content

Commit

Permalink
Merge pull request ansible#2547 from jsmartin/cloudformation
Browse files Browse the repository at this point in the history
Typo in cloudformation module documentation.
  • Loading branch information
mpdehaan committed Apr 1, 2013
2 parents f5b9e4d + 319b690 commit 2f944d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/cloudformation
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ options:
state:
description:
- If state is "present", stack will be created. If state is "present" and if stack exists and template has changed, it will be updated.
If state is present, stack will be removed.
If state is absent, stack will be removed.
required: true
default: null
aliases: []
Expand Down

0 comments on commit 2f944d8

Please sign in to comment.