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 When running a Job against between 1 and 20 Windows servers will hang on one or two servers. This causes the job to get stuck on that task...

##### SUMMARY win_update - add the option to explicitly exclude certain category_names, while including all other categories. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME ansible.windows.win_updates ##### ADDITIONAL INFORMATION...

##### SUMMARY On some windows pcs I get an error when trying to use this module. Not on all, on some it works ok. I want to mantion this was...

##### SUMMARY win_package doesn't work with https URL to msixbundle, only local URLs work ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME win_package ##### ANSIBLE VERSION ```paste below ansible...

##### SUMMARY Currently, setup does not populate `ansible_dns`. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME setup ##### ADDITIONAL INFORMATION I think it would also be helpful if it...

##### SUMMARY win_dns_client does not give any information about what was changed. It should support diff mode and return variables indicating the adapters changed. ##### ISSUE TYPE - Feature Idea...

##### SUMMARY Received error message while using ansible.windows.win_updates. Ansible 1.13.0. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ##### ANSIBLE VERSION ```Paste below Ansible 2.15.0 ``` ##### COLLECTION VERSION...

##### SUMMARY When downloading a large file, win_get_url sometimes fails with a `Stream.CopyTo` timeout. ``` "msg": "Error downloading 'https://[.. URL ..]' to 'C:/[.. file path ..].zip': Exception calling \"CopyTo\" with...

Please raise issues via the [new interface](https://github.com/ansible/ansible/issues/new/choose) An exception occurred during task execution. To see the full traceback, use -vvv. The error was: winrm.exceptions.WinRMTransportError: Bad HTTP response returned from server....

##### SUMMARY im trying to set 2 env vars when the second one should resolve the first one when using SETX command this works fine but using module the resolv...