Constraint ansible installation
Rally installs ansible, in an unconstrained way. To pass linters, we skip the lint job on the test shell command. Change-Id: Ic830cf81b3cc691aafb7a97819e0ce68e48dd809
This commit is contained in:
parent
35ad8b18c1
commit
6fd0163fda
@ -55,6 +55,7 @@ rally_pip_packages:
|
||||
- setuptools
|
||||
- pymysql
|
||||
- rally
|
||||
- ansible==2.3.2.0
|
||||
|
||||
# The inventory group where Rally will be installed.
|
||||
# This variable is used by the repo_build process to determine
|
||||
|
@ -26,5 +26,8 @@
|
||||
shell: |
|
||||
. {{ rally_bin }}/activate
|
||||
{{ rally_bin }}/rally task start /var/tmp/scenario.json
|
||||
changed_when: true
|
||||
tags:
|
||||
- skip_ansible_lint
|
||||
vars_files:
|
||||
- common/test-vars.yml
|
||||
|
Loading…
Reference in New Issue
Block a user