Ansible 2.1.1 role testing

Change-Id: I5b42bea81f26af5e2d4e3a51645fafc3040eb490
This commit is contained in:
Travis Truman 2016-09-12 16:39:44 -04:00
parent f136720898
commit 8c1fbd3bb0
3 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View File

@ -29,6 +29,7 @@ doc/build/
*.log
*.sql
*.sqlite
logs/
# OS generated files #
######################
@ -61,6 +62,8 @@ releasenotes/build
# Test temp files
tests/plugins
tests/playbooks
tests/test.retry
# Vagrant testing artifacts
.vagrant

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}