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 Add `purge` to [`win_copy`](https://docs.ansible.com/ansible/latest/collections/ansible/windows/win_copy_module.html) per [`win_robocopy`](https://docs.ansible.com/ansible/latest/collections/community/windows/win_robocopy_module.html#parameter-purge): > Deletes any files/directories found in the destination that do not exist in the source. ##### ISSUE TYPE - Feature Idea #####...

_From @Rukas on Aug 10, 2018 18:48_ ##### SUMMARY Using win_dsc results in the following error: `Failed to serialize properties into CimInstance.` The same configuration in pure DSC works without...

##### SUMMARY I am attempting to add a new fact in ansible-core named ``ansible_loadavg``: https://github.com/ansible/ansible/pull/75319 On Linux, ~~it simply reads and parses the contents of ``/proc/loadavg``~~ it leverages python's [os.getloadavg()](https://docs.python.org/3/library/os.html#os.getloadavg)....

##### SUMMARY I first noticed this issue with the Out of bound patch Microsoft released last week for the Print Nightmare vulnerability, but it also appears to be happening with...

##### SUMMARY win_reboot does a test to verify the system has rebooted. under most circumstances this is great. However domain policy can and local security policy can impact this. ie....

##### SUMMARY Various Errors on Windows Server 2019, existing forest. First run successfull, forest created, server rebooted by my code, then - on subsequent runs: ``` fatal: [ch-net-lab-addc-1.intra.nozominetworks.com]: FAILED! =>...

##### SUMMARY On several cases the module does not perform what it should, and misleadingly report it finished with success, and / or the system was changed. ##### ISSUE TYPE...

##### SUMMARY I need a way to modify the permissions of a private key in the computer certificate store - specifically to give a local group read access. We looking...

##### SUMMARY When using a multi-line `win_shell` command, such as: ```yaml - name: Enable basic auth ansible.windows.win_shell: | Import-Module WebAdministration $IISPath = "IIS:\" ... ``` `ansible-playbook` fails with: ``` ERROR!...

_From @SagarKodam on Oct 05, 2018 13:09_ ##### SUMMARY win_acl can be used to set ACL to files and folders, but cannot be used to reset the permissions. ##### ISSUE...