From fd1bdba4585ff230362214eb47091b5f96c09291 Mon Sep 17 00:00:00 2001 From: Mathieu Bultel Date: Tue, 25 Aug 2020 22:10:40 +0200 Subject: [PATCH] Add lower ansible-runner version as requirements for train In order to be supported by train, we need to have a lower version of ansible runner Change-Id: Ibda46fbb42f77a3a55243539721557a4e95f93ff --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index abc6a65c..34051b33 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -1,7 +1,7 @@ alabaster==0.7.10 ansible-lint==3.4.21 ansible==2.4.3.0 -ansible-runner==1.4.4 +ansible-runner==1.3.4 anyjson==0.3.3 appdirs==1.4.3 asn1crypto==0.24.0 diff --git a/requirements.txt b/requirements.txt index 3696992c..7a946be5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ pbr>=3.1.1 # Apache-2.0 six>=1.11.0 # MIT PyYAML>=3.12 # MIT -ansible-runner>=1.4.4 # Apache-2.0 +ansible-runner>=1.3.4 # Apache-2.0