mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 14:59:09 -07:00
adjust doc style - batch 2 (#9447)
This commit is contained in:
parent
040cd0ca50
commit
5f47127ef7
21 changed files with 47 additions and 47 deletions
|
@ -35,13 +35,13 @@ options:
|
|||
elements: int
|
||||
server_ids:
|
||||
description:
|
||||
- A list of servers to create public ips on.
|
||||
- A list of servers to create public IPs on.
|
||||
type: list
|
||||
required: true
|
||||
elements: str
|
||||
state:
|
||||
description:
|
||||
- Determine whether to create or delete public IPs. If V(present) module will not create a second public ip if one already
|
||||
- Determine whether to create or delete public IPs. If V(present) module will not create a second public IP if one already
|
||||
exists.
|
||||
type: str
|
||||
default: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue