summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/win_say/tasks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win_say: Port to use CSharpUtil AnsibleBasic (#48361)jhawkesworth2018-11-181-7/+7
| | | | | | | | | | | | | | * port win-say to use CSharpUtil AnsibleBasic and add warning when requested voice not found * win_say: fixes following code review: use C# style properties consistently; prefix changelog fragments * fix invalid yaml in change log fragment * win_say: fixes following code review: use generic module parameter validation where possible * remove redundant setting of Result.changed to false, simplified some logic for readability. * fix serialisation issue when message text is drawn from a file; allows tests to be run not in check mode and fix up some test descriptions
* win_say - fix up syntax and test issues (#45450)Jordan Borean2018-09-111-0/+8
|
* win_say: Fix issue, add integration tests (#26089)Dag Wieers2017-06-281-0/+36
* win_say: Fix issue, add integration test This PR includes: - Make speed_speech an integer parameter - Test for empty parameters too - Add integration tests * Improve the $speech_speed parameter handling As requested