mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
win_say - fix up syntax and test issues (#45450)
This commit is contained in:
parent
25ae4f2b73
commit
c9c141fb6a
3 changed files with 11 additions and 1 deletions
|
@ -21,7 +21,7 @@ $result = @{
|
|||
|
||||
$words = $null
|
||||
|
||||
f ($speech_speed -lt -10 -or $speech_speed -gt 10) {
|
||||
if ($speech_speed -lt -10 -or $speech_speed -gt 10) {
|
||||
Fail-Json $result "speech_speed needs to a integer in the range -10 to 10. The value $speech_speed is outside this range."
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue