Hello,
I’ve created a couple of pull requests recently for two new windows modules, win_msg and win_say.
win_msg will pop up messages on windows hosts (usefull for warning users to log out during upgrades, for example)
win_say is a text to speech module, which will also optionally play a .wav format sound before/after the text to be spoken.
I’d love to get some feedback on these and see if we can get them into 2.2 before the module code freeze.
If you have chance to try them out they are here:
win_msg: https://github.com/ansible/ansible-modules-extras/pull/2623
win_say: https://github.com/ansible/ansible-modules-extras/pull/2866
All the best,
Jon