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:58:08 +0100 |
commit | 36467f0a274040114f713024c6fc3eecaebe6774 (patch) | |
tree | 757f1178029e269ef940b27268418250f2ea366b | |
parent | 902e1e624393f59d18e0d44f4590743e8010ce1d (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 b362e985..5af496e5 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.9.108 behave===1.2.6 +ansible-lint===4.2.0 |