mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
Merge "Fix documentation defaults for modules"
This commit is contained in:
@@ -125,6 +125,7 @@ options:
|
||||
accessible from.
|
||||
elements: dict
|
||||
type: list
|
||||
default: []
|
||||
wait:
|
||||
description:
|
||||
- If the module should wait for the load balancer to be created or
|
||||
|
||||
@@ -23,6 +23,7 @@ options:
|
||||
this dictionary may be additional dictionaries.
|
||||
required: false
|
||||
type: dict
|
||||
default: {}
|
||||
suboptions:
|
||||
project_id:
|
||||
description:
|
||||
|
||||
@@ -23,6 +23,7 @@ options:
|
||||
description:
|
||||
- Long description of the purpose of the security group
|
||||
type: str
|
||||
default: ''
|
||||
state:
|
||||
description:
|
||||
- Should the resource be present or absent.
|
||||
|
||||
@@ -153,6 +153,7 @@ options:
|
||||
- This server attribute cannot be updated.
|
||||
type: list
|
||||
elements: raw
|
||||
default: []
|
||||
suboptions:
|
||||
tag:
|
||||
description:
|
||||
|
||||
@@ -34,6 +34,7 @@ options:
|
||||
description:
|
||||
- Dictionary of parameters for the stack creation
|
||||
type: dict
|
||||
default: {}
|
||||
rollback:
|
||||
description:
|
||||
- Rollback stack creation
|
||||
|
||||
Reference in New Issue
Block a user