mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-02 06:19:10 -07:00
Bulk spelling improvement to modules-core (#5225)
* Correct spelling mistakes * Correct more spelling issues * merge conflict * Revert typo in parms
This commit is contained in:
parent
a4077537e0
commit
25b6492d37
91 changed files with 908 additions and 148 deletions
|
@ -135,7 +135,7 @@ options:
|
|||
version_added: "1.8"
|
||||
stickiness:
|
||||
description:
|
||||
- An associative array of stickness policy settings. Policy will be applied to all listeners ( see example )
|
||||
- An associative array of stickiness policy settings. Policy will be applied to all listeners ( see example )
|
||||
required: false
|
||||
version_added: "2.0"
|
||||
wait:
|
||||
|
@ -314,7 +314,7 @@ EXAMPLES = """
|
|||
- load_balancer_port: 80
|
||||
- instance_port: 80
|
||||
|
||||
# Create an ELB with load balanacer stickiness enabled
|
||||
# Create an ELB with load balancer stickiness enabled
|
||||
- local_action:
|
||||
module: ec2_elb_lb
|
||||
name: "New ELB"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue