[ansible] skip latest stable ansible releases

current latest stable Ansible releases to PyPI (2.1.4.0, 2.2.1.0) have
Jinja2<2.9 as hard-coded requirement to account for a bug present in
Jinja2 2.9.[0-4], while current OpenStack upper constraints have
Jinja2==2.9.5 (the global requirements.txt still allows Jinja2>2.8).

This makes those latest stable Ansible releases incompatible with current
OpenStack global requirements.

This patch might be reverted in the future if OpenStack's upper
constraint for Jinja2 is downgraded to 2.8.1 again.

Change-Id: I5e5648cb2dcf6fca01cb887b52f4a56b964b0c30
This commit is contained in:
Pavlo Shchelokovskyy 2017-02-27 13:59:27 +02:00
parent 961240213b
commit 17d8d23a5f
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
ansible>=2.1
ansible>=2.1,!=2.2.1.0,!=2.1.4.0