File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 # run against latest version
77 - ANSIBLE_VERSION=latest
88 # run against minimal required version
9- - ANSIBLE_VERSION=2.7.*
9+ - ANSIBLE_VERSION=2.7.* ANSIBLE_LINT_VERSION=4.2.*
1010
1111# Use the new container infrastructure
1212sudo : false
@@ -19,7 +19,7 @@ addons:
1919
2020install :
2121 # Install ansible and dependencies
22- - if [ "$ANSIBLE_VERSION" = "latest" ]; then pip install ansible ansible-lint --upgrade; else pip install ansible=="$ANSIBLE_VERSION" ansible-lint --upgrade; fi
22+ - if [ "$ANSIBLE_VERSION" = "latest" ]; then pip install ansible ansible-lint --upgrade; else pip install ansible=="$ANSIBLE_VERSION" ansible-lint=="$ANSIBLE_LINT_VERSION" --upgrade; fi
2323
2424 # Check ansible version
2525 - ansible --version
You can’t perform that action at this time.
0 commit comments