Merge pull request #2985 from MichaelBaydoun/ec2ModuleDocFix
Ec2 module doc fix
This commit is contained in:
commit
390ec8c37c
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ options:
|
|||
count_tag:
|
||||
version_added: "1.5"
|
||||
description:
|
||||
- Used with 'exact_count' to determine how many nodes based on a specific tag criteria should be running. This can be expressed in multiple ways and is shown in the EXAMPLES section. For instance, one can request 25 servers that are tagged with "class=webserver".
|
||||
- Used with 'exact_count' to determine how many nodes based on a specific tag criteria should be running. This can be expressed in multiple ways and is shown in the EXAMPLES section. For instance, one can request 25 servers that are tagged with "class=webserver". Specified tag must already exist or also be created in instance_tags.
|
||||
required: false
|
||||
default: null
|
||||
aliases: []
|
||||
|
|
Loading…
Reference in a new issue