From c7b39656262172e1769d1ac18d1e4adb2bd705d3 Mon Sep 17 00:00:00 2001 From: s-hertel <19572925+s-hertel@users.noreply.github.com> Date: Wed, 20 Sep 2023 17:04:59 -0400 Subject: [PATCH] changelog --- changelogs/fragments/apt_update_cache_with_new_source.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/apt_update_cache_with_new_source.yml diff --git a/changelogs/fragments/apt_update_cache_with_new_source.yml b/changelogs/fragments/apt_update_cache_with_new_source.yml new file mode 100644 index 00000000000..78c01b3aa91 --- /dev/null +++ b/changelogs/fragments/apt_update_cache_with_new_source.yml @@ -0,0 +1,2 @@ +bugfixes: + - apt - handle the error if the default_release can't be configured, and try updating the sources in the cache before giving up (https://github.com/ansible/ansible/issues/28991).