361acd3547
* 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
4 lines
249 B
YAML
4 lines
249 B
YAML
minor_changes:
|
|
- win_say - Ported code to use Ansible.Basic.
|
|
- win_say - If requested voice is not found a warning is now displayed.
|
|
- win_say - Some error messages worded differently now that the module uses generic module parameter validation.
|