test-ansible-deps: Bump to latest ansible and ansible-lint

We bump Ansible to 2.4.3.0 which is the same version used in the
integrated repository. Moreover, we also bump ansible-lint to 3.4.21
which is the latest bugfix release.

Change-Id: I4715b3de7da1b2c9f5a169af9835cb8778cfafda
This commit is contained in:
Markos Chandras 2018-03-26 11:44:32 +01:00
parent aacb7ecf03
commit 25b486ef41
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@
# target configuration in each role.
# The Ansible version used for testing
ansible==2.4.2.0
ansible==2.4.3.0
# The Ansible lint version used for lint tests
ansible-lint==3.4.18
ansible-lint==3.4.21
# Used for the ip filter within ansible
netaddr