mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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:
parent
ac1e4bf6e0
commit
88f221fd9f
1 changed files with 0 additions and 2 deletions
|
@ -485,7 +485,6 @@ EXAMPLES = '''
|
||||||
#
|
#
|
||||||
|
|
||||||
- ec2:
|
- ec2:
|
||||||
state: running
|
|
||||||
key_name: mykey
|
key_name: mykey
|
||||||
instance_type: c1.medium
|
instance_type: c1.medium
|
||||||
image: ami-40603AD1
|
image: ami-40603AD1
|
||||||
|
@ -503,7 +502,6 @@ EXAMPLES = '''
|
||||||
#
|
#
|
||||||
|
|
||||||
- ec2:
|
- ec2:
|
||||||
state: running
|
|
||||||
key_name: mykey
|
key_name: mykey
|
||||||
instance_type: c1.medium
|
instance_type: c1.medium
|
||||||
image: ami-40603AD1
|
image: ami-40603AD1
|
||||||
|
|
Loading…
Add table
Reference in a new issue