mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 04:11:25 -07:00
[cloud][docs] Must use the count_tag option with exact_count (#23167)
Fixed an example in ec2 module. The example does not work without count_tag option.
This commit is contained in:
parent
dbc0c01c86
commit
2b18c0ed07
1 changed files with 2 additions and 0 deletions
|
@ -357,6 +357,8 @@ EXAMPLES = '''
|
||||||
volume_size: 8
|
volume_size: 8
|
||||||
vpc_subnet_id: subnet-29e63245
|
vpc_subnet_id: subnet-29e63245
|
||||||
assign_public_ip: yes
|
assign_public_ip: yes
|
||||||
|
count_tag:
|
||||||
|
Name: dbserver
|
||||||
exact_count: 1
|
exact_count: 1
|
||||||
|
|
||||||
# Multiple groups example
|
# Multiple groups example
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue