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
pull/18777/head
joshuaeke 9 years ago committed by Matt Clay
parent ac1e4bf6e0
commit 88f221fd9f

@ -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

Loading…
Cancel
Save