ansible.windows icon indicating copy to clipboard operation
ansible.windows copied to clipboard

Windows core collection for Ansible

Results 81 ansible.windows issues
Sort by recently updated
recently updated
newest added

##### SUMMARY For some reason, one of my hosts (a domain controller) is producing this warning during facts gathering: `[WARNING]: Error during machine sid retrieval: An error (1788) occurred while...

##### SUMMARY win_environment only modify var. We could add an option to return the current value. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME We could only return the...

##### SUMMARY In addition to the winrm connection issues discussed in #597, there is another intermittent issue that is starting to show up more often with growing host count. I...

##### SUMMARY I'm trying to update two freshly installed Windows 2022 servers, but it keeps failing on the same update KB5034439 ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME...

##### SUMMARY Added parameters_secure_string to the win_powershell module that allows users to provide a SecureString or PSCredential object that is set with no_log. ##### ISSUE TYPE - Feature Pull Request...

stale

##### SUMMARY `win_package` should support checksum verification of network downloads ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME `ansible.windows.win_package` ##### ADDITIONAL INFORMATION Verify that the downloaded file is the...

##### SUMMARY win_update showing different trigger in Event Viewer ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME win_updates ##### ANSIBLE VERSION Using awx-ee quay.io/ansible/awx-ee:23.8.1 ##### COLLECTION VERSION ``` Starting...

##### SUMMARY Hello, When I launch the module ansible_windows_win_update in ansible 6.7.0, it works. I upgrade to the latest ansible version -> it failed. I follow the white rabbit and...

##### SUMMARY Tasks are failing when the folder name has special characters. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME win_copy ##### ANSIBLE VERSION ```paste below ansible-2.9.9 ``` #####...

##### SUMMARY Added account_expires option to win_user that allows the caller to set an expiration date of a local user account. Fixes: https://github.com/ansible-collections/ansible.windows/issues/610 ##### ISSUE TYPE - Feature Pull Request...