mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Docs standardization
This commit is contained in:
@@ -44,8 +44,8 @@ options:
|
|||||||
description:
|
description:
|
||||||
- notify or not (change the tab color, play a sound, etc)
|
- notify or not (change the tab color, play a sound, etc)
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: 'yes'
|
||||||
choices: [ "true", "false" ]
|
choices: [ "yes", "no" ]
|
||||||
|
|
||||||
# informational: requirements for nodes
|
# informational: requirements for nodes
|
||||||
requirements: [ urllib, urllib2 ]
|
requirements: [ urllib, urllib2 ]
|
||||||
@@ -116,7 +116,7 @@ def main():
|
|||||||
color=dict(default="yellow", choices=["yellow", "red", "green",
|
color=dict(default="yellow", choices=["yellow", "red", "green",
|
||||||
"purple", "gray", "random"]),
|
"purple", "gray", "random"]),
|
||||||
msg_format=dict(default="text", choices=["text", "html"]),
|
msg_format=dict(default="text", choices=["text", "html"]),
|
||||||
notify=dict(default=True, choices=BOOLEANS),
|
notify=dict(default=True, type='bool'),
|
||||||
),
|
),
|
||||||
supports_check_mode=True
|
supports_check_mode=True
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user