ansible-collections / community.windows

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

win_domain_user - fix broken warning message #416

Closed jborean93 closed 2 years ago

jborean93 commented 2 years ago
SUMMARY

The PR https://github.com/ansible-collections/community.windows/pull/365 migrated win_domain_user to the new module style but missed the Add-Warning call. This PR changes it to use the newer mechanism to display a warning back to Ansible.

ISSUE TYPE
COMPONENT NAME

win_domain_user

endersonmenezes commented 2 years ago

thx, this work for me =]