summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2021-04-12 14:10:50 -0400
committerGitHub <noreply@github.com>2021-04-12 14:10:50 -0400
commitbb7b17fdedbf5f0f2c922f7353d228430187e190 (patch)
tree6f9a8ef3a4354a3fde99d3991f5ea752462f8e66 /changelogs
parentc7473828c7f9ce817d30e00730751e50269bfba6 (diff)
downloadansible-bb7b17fdedbf5f0f2c922f7353d228430187e190.tar.gz
added apt lock_timeout (#74095)
* added apt lock_timeout should help control issues with apt db being locked out also cleanup imports
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/apt_lock_timeout.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/apt_lock_timeout.yml b/changelogs/fragments/apt_lock_timeout.yml
new file mode 100644
index 0000000000..19beae7700
--- /dev/null
+++ b/changelogs/fragments/apt_lock_timeout.yml
@@ -0,0 +1,2 @@
+minor_changes:
+ - apt, added a 'lock_timeout' to be more resilient when encountering the apt db already locked and handle it w/o haveing to rerun task.