You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Allow check_mode with supports_generate_diff capability in cli_config. (https://github.com/ansible/ansible/pull/51417)
22
+
- Fixed typo in vmware documentation fragment. Changed "supported added" to "support added".
23
+
24
+
Bugfixes
25
+
--------
26
+
27
+
- All K8S_AUTH_* environment variables are now properly loaded by the k8s lookup plugin
28
+
- Change backup file globbing for network _config modules so backing up one host's config will not delete the backed up config of any host whose hostname is a subset of the first host's hostname (e.g., switch1 and switch11)
29
+
- Fixes bug where nios_a_record wasn't getting deleted if an uppercase named a_record was being passed. (https://github.com/ansible/ansible/pull/51539)
30
+
- aci_aaa_user - Fix setting user description (https://github.com/ansible/ansible/issues/51406)
31
+
- apt_repository - fixed failure under Python 3.7 (https://github.com/ansible/ansible/pull/47219)
32
+
- archive - Fix check if archive is created in path to be removed
0 commit comments