ansible/changelogs/fragments/config-cleanup-tmp-dirs.yaml
Sam Doran 6cf6f5a34b
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
2019-06-28 16:19:27 -04:00

2 lines
123 B
YAML

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