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

Hi. Ansible version is 2.9.2. Python version is 2.7.5. Host is RHEL7. Client is Windows 10. Expected result is password change. Actual result is password change but my credential manager...

##### SUMMARY Using the following settings win_copy does not work: cm_sock5_host: 127.0.0.1 cm_sock5_port: 40300 ansible_connection: psrp ansible_psrp_protocol: http ansible_psrp_proxy: "socks5h://{{ cm_sock5_host }}:{{ cm_sock5_port }}" ansible_port: 5985 ansible_psrp_auth: credssp If I...

_From @mr-fIErcE on Dec 25, 2017 20:45_ ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME win_template ##### ANSIBLE VERSION ``` ansible 2.4.2.0 config file = /etc/ansible/ansible.cfg configured module search...

##### SUMMARY Setting the `distribution` and `memory` facts checks for a user to be an administrator to run WMI calls. In scenarios where a user has been given permissions to...

##### SUMMARY When running `AWS_PROFILE=test ap -i inventories/windows.aws_ec2.yml dev.yml ` , the installation of the package failed with a timeout error message. ```paste below TASK [fluent-bit : install fluent-bit] **************************************************************************************************************************************************************************************...

##### SUMMARY Sometimes Windows Updates are failing because of multiple reasons. For example with the error code 0x8024a204. In most of the cases, a reboot helps, sometimes you need to...

Issue already reported [here](https://github.com/ansible-collections/ansible.windows/issues/19), still happening. I was sad to see that one was closed. It is not odd, its an ongoing issue for v 2.9. I cant use v3,...

##### SUMMARY The execution of the win_updates task (observed reliably when hitting a Windows 2012 R2 Standard) fails reliably as follows: `- msg: Unexpected failure during module execution.(The error was:...

##### SUMMARY Hello, Is it real to remake functionality of `win_reboot` like `PendingReboot` DSC resource works? Reboot only if reboot is pending, and use `force` key to force reboot `PendingReboot`...

##### SUMMARY When using win_updates and the windows update contains a network card driver update, the play breaks on a winrm timeout. I can see in the logs that the...