summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoshuaeke <josh.eke@gmail.com>2015-11-24 18:48:59 +0000
committerBrian Coca <brian.coca+git@gmail.com>2015-12-05 10:17:18 -0500
commitd413c533943d39d0f0070866688c39a1a723794f (patch)
tree2f33204128eefa6fbe987af411d3d04079bbf11b
parenta10f61ce8af3f3a091a4765a22e12988f6beff15 (diff)
downloadansible-modules-core-d413c533943d39d0f0070866688c39a1a723794f.tar.gz
Update ec2.py remove state tag
'exact_count' and 'state' are mutually exclusive options they should not be in the following examples: - # Enforce that 5 running instances named "database" with a "dbtype" of "postgres" example and - # Enforce that 5 instances with a tag "foo" are running
-rw-r--r--cloud/amazon/ec2.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cloud/amazon/ec2.py b/cloud/amazon/ec2.py
index 81eec165..53718488 100644
--- a/cloud/amazon/ec2.py
+++ b/cloud/amazon/ec2.py
@@ -497,7 +497,6 @@ EXAMPLES = '''
#
- ec2:
- state: running
key_name: mykey
instance_type: c1.medium
image: ami-40603AD1
@@ -515,7 +514,6 @@ EXAMPLES = '''
#
- ec2:
- state: running
key_name: mykey
instance_type: c1.medium
image: ami-40603AD1