mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-20 20:00:23 -07:00
modules: improve documentation (#528)
* modules: improve documentation * Update plugins/modules/cloud/digital_ocean/digital_ocean_tag.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/database/postgresql/postgresql_privs.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/notification/slack.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
736f2ecac0
commit
09e2b89d5b
3 changed files with 5 additions and 5 deletions
|
@ -95,7 +95,7 @@ options:
|
|||
description:
|
||||
- Allow text to use default colors - use the default of 'normal' to not send a custom color bar at the start of the message.
|
||||
- Allowed values for color can be one of 'normal', 'good', 'warning', 'danger', any valid 3 digit or 6 digit hex color value.
|
||||
- Specifying value in hex is supported from version 2.8.
|
||||
- Specifying value in hex is supported since Ansible 2.8.
|
||||
default: 'normal'
|
||||
attachments:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue