mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 07:24:00 -07:00
Normalize more booleans. (#5247)
This commit is contained in:
parent
570445adc4
commit
015566fb06
170 changed files with 465 additions and 465 deletions
|
@ -175,10 +175,10 @@ EXAMPLES = """
|
|||
fields:
|
||||
- title: System A
|
||||
value: "load average: 0,74, 0,66, 0,63"
|
||||
short: True
|
||||
short: true
|
||||
- title: System B
|
||||
value: 'load average: 5,16, 4,64, 2,43'
|
||||
short: True
|
||||
short: true
|
||||
|
||||
- name: Use the blocks API
|
||||
community.general.slack:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue