commit | 4203ff46aaecc49ea575887b55a65377b5b31ecc | [log] [tgz] |
---|---|---|
author | David Moreau-Simard <dms@redhat.com> | Tue Aug 29 17:01:48 2017 -0400 |
committer | David Moreau-Simard <dms@redhat.com> | Tue Aug 29 17:02:33 2017 -0400 |
tree | 8ee013440aaf0dcc9bd398b424501581140c52a5 | |
parent | 9c163c9ad3b6c6579e53bd120979cfd97f7696f5 [diff] [blame] |
Pin Ansible to <2.4 Ansible 2.4 is scheduled for release in september [1] and changes a lot of things we might not be ready for. Let's just make sure we control when we want to upgrade to 2.4. The latest release of ARA, 0.14.2, does not currently support Ansible 2.4. The support for Ansible 2.4 will likely come in 1.0. [1]: https://github.com/ansible/ansible/blob/b3f2d1befe509614febc28d1bf1734cb2cc50ac0/docs/docsite/rst/roadmap/ROADMAP_2_4.rst Change-Id: Icd9b847d4e75c509aba0c3a060bb6eedfd9be257
diff --git a/requirements.txt b/requirements.txt index 69509d0..eadb508 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -16,7 +16,7 @@ apscheduler>=3.0 PrettyTable>=0.6,<0.8 babel>=1.0 -ansible>=2.3.0.0 +ansible>=2.3.0.0,<2.4 kazoo sqlalchemy alembic