ansible/changelogs/fragments/config-cleanup-tmp-dirs.yaml
Sam Doran 7700c5086d [stable-2.8] Use atexit to cleanup tmp dirs (#56532)
* Wrap everything in try/except to avoid leaving files behind
* Add unit tests, integration tests, and changelog
* Do text the correct way.
(cherry picked from commit 6cf6f5a34b)

Co-authored-by: Sam Doran <sdoran@redhat.com>
2019-06-29 11:13:28 -07:00

2 lines
123 B
YAML

bugfixes:
- remove all temporary directories created by ansible-config (https://github.com/ansible/ansible/issues/56488)