mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
win_say - fix up syntax and test issues (#45450)
This commit is contained in:
@@ -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."
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user