mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add note about IRC library default change.
This commit is contained in:
@@ -49,9 +49,9 @@ options:
|
||||
default: null
|
||||
color:
|
||||
description:
|
||||
- Text color for the message. Default is black.
|
||||
- Text color for the message. ("none" is a valid option in 1.6 or later, in 1.6 and prior, the default color is black, not "none").
|
||||
required: false
|
||||
default: none
|
||||
default: "none"
|
||||
choices: [ "none", "yellow", "red", "green", "blue", "black" ]
|
||||
channel:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user