ansible-collections / community.windows

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

Update win_credential.py #531

Closed PPF-Shaym closed 11 months ago

PPF-Shaym commented 11 months ago
SUMMARY

Modification for the description of the value "present" of the "state" parameter of the "community.windows.win_credential" module

Error already present in older version of documentation

ISSUE TYPE
COMPONENT NAME

community.windows.win_credentia

ADDITIONAL INFORMATION

Old line version :
When present, the credential specified by name and type is removed.

New line version :
When present, the credential specified by name and type is added.
jborean93 commented 11 months ago

Thanks for the fix for this.