Ansible 2.1.1 role testing

Change-Id: I9ca11d1e42a259f03220b47b52b0c89635696036
This commit is contained in:
Travis Truman 2016-08-11 15:29:36 -05:00
parent d66cedcc15
commit b8860f2026
2 changed files with 2 additions and 2 deletions

View File

@ -36,4 +36,4 @@ dependencies:
- role: apt_package_pinning
when:
- ansible_pkg_mgr == 'apt'
- pip_install
- role: pip_install

View File

@ -103,7 +103,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}