Skip to content

chore(deps): update dependency ansible.windows to v3.6.0#351

Open
dreadnode-renovate-bot[bot] wants to merge 1 commit into
mainfrom
renovate/ansible.windows-3.x
Open

chore(deps): update dependency ansible.windows to v3.6.0#351
dreadnode-renovate-bot[bot] wants to merge 1 commit into
mainfrom
renovate/ansible.windows-3.x

Conversation

@dreadnode-renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
ansible.windows galaxy-collection minor 3.5.03.6.0

Release Notes

ansible-collections/ansible.windows (ansible.windows)

v3.6.0

Compare Source

======

Release Summary

Release summary for v3.6.0

Minor Changes

  • win_dhcp_lease - add support for computername parameter.
  • win_ping - Added support for running on non-Windows targets
  • win_powershell - Added support for running on non-Windows targets
  • win_powershell - Allow sensitive_parameters entries with neither value nor username/password specified, passing $null as the parameter value instead of an empty SecureString.
  • win_tempfile - Added support for running on non-Windows targets
  • win_tempfile - Changed the default for path to be None rather than %TEMP%. The module will instead use the result of [System.IO.Path]::GetTempPath() to determine the temporary directory to use which on Windows will typically be the same as %TEMP%.
  • windows - Validated that the collection works correctly with Python 3.12 (https://issues.redhat.com/browse/ACA-5197).

Bugfixes

  • setup - Fix failure when attempting to retrieve ansible_processor_cores and ansible_processor_threads_per_core on a host without the required SMBIOS data. Admin users can still retrieve this through WMI but non-admin users will set these facts as null and avoid the lengthy timeout and failure.
  • win_dhcp_lease - Fix scope filtering when searching for existing leases or reservations: ensure the query is limited to the specified scope. This prevents ambiguity when the same MAC address exists in multiple scopes (e.g. a device with reservations in different scopes).
  • win_find - Fix depth and recursion logic that resulted in directories being skipped or depth being ignored - #​839
  • win_reboot - Display warning if the reboot command returned A system shutdown is in progress. (1115). This can be triggered by a service external to Ansible triggers the shutdown and Ansible attempts to reboot by running shutdown.exe.
  • win_stat / win_find - try/catch Access Denied when querying Win32_Share for share info. Non-admin users now get warning instead of failure. Fixes 809.

New Modules

  • win_capability - Manage Windows capabilities
  • win_capability_info - Get information about Windows capabilities

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

| datasource        | package         | from  | to    |
| ----------------- | --------------- | ----- | ----- |
| galaxy-collection | ansible.windows | 3.5.0 | 3.6.0 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants