Skip to content

Commit d35bca3

Browse files
committed
docs: Add lineinfile bug to changelog.
1 parent 1fca0b7 commit d35bca3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ Fixes
5353
``mitogen_ssh_keepalive_count`` variables, and the default timeout for an SSH
5454
server has been increased from `15*3` seconds to `30*10` seconds.
5555

56+
* `7ae926b3 <https://github.com/dw/mitogen/commit/7ae926b3>`_: the
57+
``lineinfile`` module began leaking writable temporary file descriptors since
58+
Ansible 2.7.0. When ``lineinfile`` was used to create or modify a script, and
59+
that script was later executed, the execution could fail with "*text file
60+
busy*" due to the open descriptor. Temporary descriptors are now tracked and
61+
cleaned up on module exit.
62+
5663

5764
Thanks!
5865
~~~~~~~

0 commit comments

Comments
 (0)