diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2013-04-01 14:01:51 -0700 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2013-04-01 14:01:51 -0700 |
commit | 2f944d87f694593cf1b8838b91bc9b87cad05068 (patch) | |
tree | e016dc903ca68ee04060fa7d0a6b47285939b8ad | |
parent | f5b9e4deec770bc313c8e1a9aa8f4fd4a7e6ce7f (diff) | |
parent | 319b69075a81c98bc5527d5661a24e0bb0e23a2c (diff) | |
download | ansible-2f944d87f694593cf1b8838b91bc9b87cad05068.tar.gz |
Merge pull request #2547 from jsmartin/cloudformationv1.1release1.1
Typo in cloudformation module documentation.
-rw-r--r-- | library/cloudformation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cloudformation b/library/cloudformation index d536a5fe6b..494f46e191 100644 --- a/library/cloudformation +++ b/library/cloudformation @@ -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: [] |