diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-09 19:54:43 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-09 19:59:27 +0100 |
commit | ad6a3269ca1b2fae728edef5ac32946aa191150d (patch) | |
tree | ded18a71905eaa17b3b05965b1f4c8fb14ca3700 | |
parent | 0cff40e97dd54dab199e32be7aa28e620aa1a93d (diff) |
py2.7 forces ansible-lint 4.2.0
Change-Id: I8c80f3704fa69b61ce03772cba0986bb5ba8669e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 502ce864de43da6e9534d28a333a31c207435490)
-rw-r--r-- | upper-constraints.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upper-constraints.txt b/upper-constraints.txt index 1867de9f..4d4240cc 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -6,3 +6,4 @@ pylint===1.9.5;python_version=='2.7' pylint===2.3.1;python_version=='3.6' boto3===1.7.62 behave===1.2.6 +ansible-lint===4.2.0 |