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 I'm trying to use the win_updates module with ssm connection plugin, it was working but out of the wild it started showing this error: ``` An exception occurred...

##### SUMMARY win_copy fails remote copy of empty source folder to a non-existent dest folder ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME win_copy ##### ANSIBLE VERSION ```paste below...

##### SUMMARY `win_shell` module is confused when the `ansible.windows.quote` function is used twice in the command line and fails to execute the given command. ##### ISSUE TYPE - Bug Report...

##### SUMMARY When using `win_shell` with the `cmd` executable and a multi-line string, the captured stdout is limited to the first command executed. ##### ISSUE TYPE - Bug Report #####...

##### SUMMARY Error "Some or all identity references could not be translated." when trying to add domain user to local group on windows server ##### ISSUE TYPE - Bug Report...

##### SUMMARY win_find uses the "-match" operator internally, which is case-insensitive. Add a switch to change that behavior ("-cmatch" is the case-sensitive version). We can default to "-match" for compatibility....

- name: Download latest Corretto win_get_url: url: https://corretto.aws/downloads/latest/amazon-corretto-11-x64-windows-jdk.msi dest: '{{ software_repo }}\JAVA\corretto' register: corretto_dl_results Output: ``` ok: [localhost] => { "corretto_dl_results": { "changed": true, "checksum_dest": "8d05f79384e472ba9bbbcd34c31dedd7148dd18e", "checksum_src": "8d05f79384e472ba9bbbcd34c31dedd7148dd18e", "**dest**": "\\\\host.domain.com\\software\\JAVA\\corretto\\**amazon-corretto-11-x64-windows-jdk.msi**",...

##### SUMMARY win_updates module has the option to just search for updates and not install them. However, when used, the server actually updates and reboots. ##### ISSUE TYPE - Bug...

##### SUMMARY BitDefender setupdownloader depends on the filename remaining exactly the same. But it contains '[' and ']' characters that end up URL escaped in the downloaded file. ##### ISSUE...

##### SUMMARY Hello, I'm new to ansible so i'm trying to learn as much as i can, if you have some documents don't hesitate to share! I'm having trouble with...