mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-20 11:50:22 -07:00
Fix sanity issues. (#4346)
This commit is contained in:
parent
386bb4bdd5
commit
ca2c64b5ca
24 changed files with 28 additions and 19 deletions
|
@ -48,7 +48,7 @@ options:
|
|||
description:
|
||||
- Port to configure on the public-facing side of the load balancer pool
|
||||
type: str
|
||||
choices: [80, 443]
|
||||
choices: ['80', '443']
|
||||
nodes:
|
||||
description:
|
||||
- A list of nodes that needs to be added to the load balancer pool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue