ansible/changelogs/fragments/yum-sane-default-lockfile-timeout.yml
Adam Miller eb8c4eaa01 assign a sane default to yum/dnf lock_timeout, in line with cli (#57383)
* assign a sane default to yum/dnf lock_timeout, in line with cli

Fixes #57189

Signed-off-by: Adam Miller <admiller@redhat.com>

* fix typo in changelog snippet

Signed-off-by: Adam Miller <admiller@redhat.com>
(cherry picked from commit d2dc4c9bc4)
2019-07-16 20:03:51 -07:00

3 lines
161 B
YAML

minor_changes:
- yum - set lock_timeout to a sane default (30 seconds, as is the cli)
- dnf - set lock_timeout to a sane default (30 seconds, as is the cli)