diff --git a/docs/changelog.rst b/docs/changelog.rst index 43d30456..951243de 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -53,6 +53,13 @@ Fixes ``mitogen_ssh_keepalive_count`` variables, and the default timeout for an SSH server has been increased from `15*3` seconds to `30*10` seconds. +* `7ae926b3 `_: the + ``lineinfile`` module began leaking writable temporary file descriptors since + Ansible 2.7.0. When ``lineinfile`` was used to create or modify a script, and + that script was later executed, the execution could fail with "*text file + busy*" due to the open descriptor. Temporary descriptors are now tracked and + cleaned up on module exit. + Thanks! ~~~~~~~