We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fca0b7 commit d35bca3Copy full SHA for d35bca3
docs/changelog.rst
@@ -53,6 +53,13 @@ Fixes
53
``mitogen_ssh_keepalive_count`` variables, and the default timeout for an SSH
54
server has been increased from `15*3` seconds to `30*10` seconds.
55
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
+
63
64
Thanks!
65
~~~~~~~
0 commit comments