commit cba060af6fca6c89e0df804c05949e0533d504f8 Author: Mathieu Bultel Date: Thu Oct 15 10:16:26 2020 +0200 Move ansible-runner to 1.4.0 to fix unclosed fd in 1.3.4 In ansible-runner 1.3.4 process isolation cleanup was failing because some file descriptor for the stdout in the runner was not closed. The close fd function was a noop (pass), so a fix has been merged and pushed in 1.4.0 in order to cleanly flush and close the fd. This commit ask to bump to this version in order to get a clean release of ansible-runner in stable/train. Change-Id: I192f8ce533c2668facae0ed44834097282ef3be2 diff --git a/global-requirements.txt b/global-requirements.txt index 08942ab..4cfcc68 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -1,7 +1,7 @@ abclient # Apache-2.0 alembic!=1.2.0 # MIT amqp!=2.1.4 # BSD -ansible-runner!=1.3.5 # Apache 2.0 +ansible-runner!=1.4.1 # Apache 2.0 anyjson # BSD appdirs # MIT License apscheduler # MIT License diff --git a/upper-constraints.txt b/upper-constraints.txt index 8046ef4..2e041c3 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -284,7 +284,7 @@ passlib===1.7.1 dib-utils===0.0.11 cliff===2.16.0 os-brick===2.10.5 -ansible-runner===1.3.4 +ansible-runner===1.4.0 trollius===2.2.post1;python_version=='2.7' scp===0.13.2 python-zaqarclient===1.12.0