Skip to content

Commit

Permalink
updating documented options to match
Browse files Browse the repository at this point in the history
  • Loading branch information
daarrn committed May 28, 2024
1 parent a42e9e9 commit 966777f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions plugins/modules/ag_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,20 @@
ip_address:
description:
- IP address(es) of the listener. Comma separated if multiple.
type: str
type: list
elements: str
required: false
subnet_ip:
description:
- Subnet IP address(es) of the listener. Comma separated if multiple.
type: str
type: list
elements: str
required: false
subnet_mask:
description:
- Sets the subnet IP mask(s) of the availability group listener. Comma separated if multiple.
type: str
type: list
elements: str
required: false
default: 255.255.255.0
port:
Expand Down

0 comments on commit 966777f

Please sign in to comment.