mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
Merge 12e0873c98 into bc22fbcaa0
This commit is contained in:
commit
84780137e9
1 changed files with 9 additions and 0 deletions
|
|
@ -99,6 +99,14 @@ options:
|
||||||
type: str
|
type: str
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
default_value:
|
||||||
|
description:
|
||||||
|
- The default value for the attribute.
|
||||||
|
aliases:
|
||||||
|
- defaultValue
|
||||||
|
type: str
|
||||||
|
required: false
|
||||||
|
|
||||||
validations:
|
validations:
|
||||||
description:
|
description:
|
||||||
- The validations to be applied to the attribute.
|
- The validations to be applied to the attribute.
|
||||||
|
|
@ -542,6 +550,7 @@ def main():
|
||||||
options={
|
options={
|
||||||
"name": dict(type="str", required=True),
|
"name": dict(type="str", required=True),
|
||||||
"display_name": dict(type="str", aliases=["displayName"], required=True),
|
"display_name": dict(type="str", aliases=["displayName"], required=True),
|
||||||
|
"default_value": dict(type="str", aliases=["defaultValue"]),
|
||||||
"validations": dict(
|
"validations": dict(
|
||||||
type="dict",
|
type="dict",
|
||||||
options={
|
options={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue