ansible-collections / community.windows

Windows community collection for Ansible
https://galaxy.ansible.com/community/windows
GNU General Public License v3.0
198 stars 153 forks source link

win_toast is not showing message #494

Open sbempeletsis opened 1 year ago

sbempeletsis commented 1 year ago
SUMMARY

win_toast on Windows 10 is not showing the message window. Was tested on multiple Win 10 Machines. Job is not failing, So I have no Error to provide.

ISSUE TYPE

win_toast on Windows 10 is not showing the message window.

COMPONENT NAME
- win_toast:
        expire: 10
        msg: "Test message"
        title: "Notification"
        popup: yes
  async: 10
  poll: 0
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
hiyokotaisa commented 1 year ago

Thank you for raising issue on community.windows!

Are you still facing same issue on the problematic windows 10 node? I cannot replicate your issue on my testing env so we need more information if you are still seeing this issue.

happenpappen commented 10 months ago

I observed this behaviour, when using different windows users for running the ansible script to display the toast message and for looking on the target machine for the toast message window to pop up. It would be nice if this module could be extended by a switch to display a toast message to all signed on users... (@hiyokotaisa さん見てください - ありがとうごさいます!)