mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-18 16:31:26 -07:00
Adjust booleans in notification modules. (#5157)
This commit is contained in:
parent
1b480e9f37
commit
35a283918a
14 changed files with 30 additions and 30 deletions
|
@ -81,7 +81,7 @@ options:
|
|||
description:
|
||||
- Whether the body is html content that should be rendered.
|
||||
type: bool
|
||||
default: 'no'
|
||||
default: false
|
||||
headers:
|
||||
type: dict
|
||||
description:
|
||||
|
@ -90,7 +90,7 @@ options:
|
|||
type: str
|
||||
description:
|
||||
- The e-mail body content.
|
||||
required: yes
|
||||
required: true
|
||||
author: "Matt Makai (@makaimc)"
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue