Update to Ansible 2.1.1

This patch bumps the openstack-ansible-security role to use Ansible
2.1 and adds the python-apt package which is now required for
Ansible's check mode on Ubuntu.

Change-Id: I4899e426a7bb5623837704b49920847c1308af53
This commit is contained in:
Major Hayden 2016-08-22 10:04:49 -05:00
parent 8945ecbadf
commit fb33be7e68
2 changed files with 2 additions and 1 deletions

View File

@ -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]

View File

@ -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}