diff --git a/bindep.txt b/bindep.txt index b4c67a4d..92448803 100644 --- a/bindep.txt +++ b/bindep.txt @@ -17,6 +17,7 @@ libssl-dev [platform:dpkg] libffi-dev [platform:dpkg] python2.7 [platform:dpkg] python-dev [platform:dpkg] +python-apt [platform:dpkg] # Base requirements for CentOS gcc [platform:rpm] diff --git a/tox.ini b/tox.ini index 65946e52..6a7afd1d 100644 --- a/tox.ini +++ b/tox.ini @@ -93,7 +93,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}