summaryrefslogtreecommitdiff
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorRené Moser <mail@renemoser.net>2019-08-30 21:57:58 +0200
committerToshio Kuratomi <a.badger@gmail.com>2019-09-03 09:43:46 -0700
commitbbf268c4515c6cdeb5e12e6d360117f1cf7cfb53 (patch)
tree6328a08600e4114b438a688e867624c7c3199490 /changelogs/fragments
parenta1715ee1b251a2e5daf700ffe38e445bcace51a6 (diff)
downloadansible-bbf268c4515c6cdeb5e12e6d360117f1cf7cfb53.tar.gz
[stable-2.9] apt: honor cache_update=false on auto-install deps (#56549)
* apt: honor cache_update=false on auto-install deps * add porting guide (cherry picked from commit fd4ff54580) Co-authored-by: Rene Moser <mail@renemoser.net>
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/51489-apt-not-honor-update-cache.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/51489-apt-not-honor-update-cache.yml b/changelogs/fragments/51489-apt-not-honor-update-cache.yml
new file mode 100644
index 0000000000..ac04978a50
--- /dev/null
+++ b/changelogs/fragments/51489-apt-not-honor-update-cache.yml
@@ -0,0 +1,4 @@
+---
+bugfixes:
+- apt - Fixed the issue the cache being updated while auto-installing its
+ dependencies even when ``update_cache`` is set to false.