Skip to content

Commit fd99f70

Browse files
committed
CI: pin ansible-lint to <6
ansible-lint 6.0.0 introduced requirement to use FQCNs Change-Id: I3f27c6bcdd200252ebb089f6377294f7e3a911a0 Signed-off-by: Maksim Malchuk <[email protected]> (cherry picked from commit 3169bdf)
1 parent af6b3ed commit fd99f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# linting
2-
ansible-lint>=4.2.0,!=4.3.0 # MIT
2+
ansible-lint>=4.2.0,!=4.3.0,<6.0.0 # MIT
33
bandit>=1.1.0 # Apache-2.0
44
bashate>=0.5.1 # Apache-2.0
55
doc8>=0.6.0 # Apache-2.0

0 commit comments

Comments
 (0)