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
This commit is contained in:
joshuaeke 2015-11-24 18:48:59 +00:00 committed by Matt Clay
parent ac1e4bf6e0
commit 88f221fd9f

View file

@ -485,7 +485,6 @@ EXAMPLES = '''
#
- ec2:
state: running
key_name: mykey
instance_type: c1.medium
image: ami-40603AD1
@ -503,7 +502,6 @@ EXAMPLES = '''
#
- ec2:
state: running
key_name: mykey
instance_type: c1.medium
image: ami-40603AD1