mirror of https://github.com/ansible/ansible.git
Reap collections changelog fragments - 6 (#69491)
parent
00ead98595
commit
2d394382cf
@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- Replace parameter 'message' with appropriate parameter name in several modules, as 'message' is used internally in Ansible Core engine (https://github.com/ansible/ansible/issues/39295).
|
||||
minor_changes:
|
||||
- Added invalid-argument-name spec in ansible-test.
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
minor_changes:
|
||||
- win_disk_facts - Adds Win32_DiskDrive class object as `win32_disk_drive` key to return of the module
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "win_iis_webapplication - add new options ``connect_as``, ``username``, ``password``."
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- win_format - fixed issue where module would not change allocation unit size (https://github.com/ansible/ansible/issues/56961)
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- win_partition - don't resize partitions if size difference is < 1 MiB
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- win_iis_webapplication - now uses the current application pool of the website instead of the DefaultAppPool if none was specified.
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "fixed issues when using net_get & net_put before the persistent connection has been started"
|
@ -1,3 +0,0 @@
|
||||
bugfixes:
|
||||
- "openssl_certificate - When provider is ``entrust``, use a ``connection: keep-alive`` header for ECS API connections."
|
||||
- "ecs_certificate - Always specify header ``connection: keep-alive`` for ECS API connections."
|
@ -1,3 +0,0 @@
|
||||
bugfixes:
|
||||
- "docker_node_info - improve error handling when service inspection fails, for example because node name being ambiguous
|
||||
(https://github.com/ansible/ansible/issues/63353, PR https://github.com/ansible/ansible/pull/63418)."
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- postgresql_user - allow to pass user name which contains dots (https://github.com/ansible/ansible/issues/63204).
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- hcloud - Added missing host variables in Compose section
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- mysql - dont mask ``mysql_connect`` function errors from modules (https://github.com/ansible/ansible/issues/64560).
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- Support virtualization for podman container (https://github.com/ansible/ansible/issues/64954).
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- win_group_membership - Add multi-domain forest support - https://github.com/ansible/ansible/issues/59829
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- netbox - use inventory cache if configured
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
minor_changes:
|
||||
- A `vmware` module_defaults group has been added to simplify parameters for
|
||||
multiple VMware tasks. This group includes all VMware modules.
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- Minor typo fixes in vmware_httpapi related modules and module_utils.
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- win_become - Do not dispose of one of the logon tokens until after the process has run
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- win_command, win_shell - Add the ability to override the console output encoding with ``output_encoding_override`` - https://github.com/ansible/ansible/issues/54896
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- win_credential - Fix issue that errors when trying to add a ``name`` with wildcards.
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "win_disk_facts - Set output array order to be by disk number property - https://github.com/ansible/ansible/issues/63998"
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- win_domain_computer - Honour the explicit domain server and credentials when moving or removing a computer object - https://github.com/ansible/ansible/pull/63093
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- win_domain_computer - Fix idempotence checks when ``sAMAccountName`` is different from ``name``
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- win_domain_user - Better handle cases when getting a new user's groups fail - https://github.com/ansible/ansible/issues/54331
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- win_domain_user - Added the ``identity`` module option to explicitly set the identity of the user when searching for it - https://github.com/ansible/ansible/issues/45298
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "win_firewall- Change req check from wmf version to cmdlets presence - https://github.com/ansible/ansible/issues/63003"
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "win_firewall_rule - add parameter to support ICMP Types and Codes (https://github.com/ansible/ansible/issues/46809)"
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "win_format - Idem not working if file exist but same fs (https://github.com/ansible/ansible/issues/58302)"
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- win_iis_webapppool - Do not try and set attributes in check mode when the pool did not exist
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- win_iis_website - Actually restart the site when ``state=restarted`` - https://github.com/ansible/ansible/issues/63828
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "win_nssm - Implement additional parameters - (https://github.com/ansible/ansible/issues/62620)"
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- win_partition - Fix invalid variable name causing a failure on checks - https://github.com/ansible/ansible/issues/62401
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- win_pester - Only execute ``*.tests.ps1`` in ``path`` to match the default behaviour in Pester - https://github.com/ansible/ansible/issues/55736
|
@ -1,3 +0,0 @@
|
||||
---
|
||||
bugfixes:
|
||||
- "win_timezone - Allow for _dstoff timezones"
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- win_unzip - Fix support for paths with square brackets not being detected properly
|
Loading…
Reference in New Issue