Bump Ansible to 2.7.x

Ansible 2.5.x reached end-of-life last month.

filter dict2items is introduced in ansible-2.6. 

Update version to unblock multinode-oooq-container-updates job that
fails with next error msg: template error while templating 
string: no filter named 'dict2items'.

Other notable fixes:
- blockinfile
- lineinfile
- docker modules
- loop 

Story: https://tree.taiga.io/project/tripleo-ci-board/task/386
Change-Id: I8a04063763516f32d9b2fbe29eab64ccc4f2e5f6
This commit is contained in:
Wes Hayutin 2019-04-04 19:11:55 -06:00 committed by Sagi Shnaidman
parent 091d0b982e
commit 13b35fc5e1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
cmd2==0.8.5
ara==0.15.0
ansible==2.5.7
ansible>=2.7,<2.8
jmespath
netaddr>=0.7.18
os-client-config