Merge "Ansible 2.1.1 role testing"

This commit is contained in:
Jenkins 2016-09-13 15:46:59 +00:00 committed by Gerrit Code Review
commit 4399a6c383
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -29,6 +29,7 @@ doc/build/
*.log
*.sql
*.sqlite
logs/
# OS generated files #
######################

View File

@ -15,3 +15,5 @@
bridges:
- "br-mgmt"
ansible_python_interpreter: "/usr/bin/python2"

View File

@ -94,7 +94,7 @@ commands =
[testenv:ansible]
deps =
{[testenv]deps}
ansible==1.9.4
ansible==2.1.1
ansible-lint>=2.7.0,<3.0.0
setenv =
{[testenv]setenv}