From fb33be7e68b25e0d1bf6d3840a09515d76d752cf Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Mon, 22 Aug 2016 10:04:49 -0500 Subject: [PATCH] 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 --- bindep.txt | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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}